The Input "#ff32ff" detected as "HEX".
| Color | ||
| websafe | No | |
| Hex | #ff32ff | |
| RGB | rgb(255,50,255) | |
| RGB in % | rgb(100%,20%,100%) | |
| CMY in % | C=0 M=80 Y=0 | |
| CMYK in % | C=0 M=80 Y=0 K=0 | |
| HSL | hsl(300,100%,60%) | |
| HSV | hsv(300,80%,100%) | |
| Rec. 601 luma | 134.665 | |
| Rec. 709 luma | 108.384 | |
| Rec. 2020 luma | 116.01 | |
| Grey scale (Rec. 601 luma) | #878787 | |
| Grey scale (Rec. 709 luma) | #6c6c6c | |
| Grey scale (Rec. 2020 luma) | #747474 | |
| Complementary color | #00cd00 | |
| Decimal | 16724735 | |
Show the nearest websafe color data.
The following inputs are converted automatically:
    X11 Color names
    example: DodgerBlue4
  
    #rrggbb; rrggbb; #rgb; rgb
    (HEX to RGB bzw. HEX2RGB)
    example: #4169E1
  
    rgb(r,g,b); r,g,b; rgb(r%,g%,b%); r%,g%,b%
    (RGB to HEX bzw. RGB2HEX)
    example: 106,90,205