Shades of Han Purple #6417FB
Tints of Han Purple #6417FB
RGB
CMYK
RGB Variations
Color information
#6417FB (or 0x6417FB) is known color: Han Purple. HEX triplet: 64, 17 and FB. RGB value is (100,23,251). Sum of RGB (Red+Green+Blue) = 100+23+251=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 23 (9.38% from 255 or 6.15% from 374); Blue value is 251 (98.44% from 255 or 67.11% from 374); Max value from RGB is 251 - color contains mainly: blue. Hex color #6417FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6417FB is #9BE804. Grayscale: #474747. Windows color (decimal): -10217477 or 16455524. OLE color: 16455524.
HSL color Cylindrical-coordinate representation of color #6417FB: hue angle of 260.26º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6417FB is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 23 | 251 | - |
| CMYK | 0.60 | 0.91 | 0 | 0.02 |
| HSL | 260.26º | 0.97% | 0.54% | - |
| HSV(B) | 260.26º | 0.91% | 0.98% | - |
| XYZ | 22.97 | 10.29 | 92.04 | - |
| YUV | 72.02 | 229.01 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 23 | 251 | 0.60 | 0.91 | 0 | 0.02 | 260.26 | 0.97 | 0.54 |
| Hex | 64 | 17 | FB | 3C | 5B | 0 | 2 | 104 | 61 | 36 |
| Octal | 144 | 27 | 373 | 74 | 133 | 0 | 2 | 404 | 141 | 66 |
| Binary | 1100100 | 10111 | 11111011 | 111100 | 1011011 | 0 | 10 | 100000100 | 1100001 | 110110 |
Color Harmonies of #6417FB
Complementary color
Monochromatic Colors of #6417FB
Black with #6417FB
Text Example
Text Example
White with #6417FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6417FB; }
p { color: rgb(100,23,251); }
H1.HeaderClassName
{
color: #6417FB;
}
.AnyTagClassName
{
color: #6417FB;
}
</style>
background-color css
<style>
a { background-color: #6417FB; }
a { background-color: rgb(100,23,251); }
div.DivClassName
{
background-color: #6417FB;
}
.BgClassName
{
background-color: #6417FB;
}
</style>
border-color css
<style>
span { border-color: #6417FB; }
span { border-color: rgb(100,23,251); }
td.TdClassName
{
border-color: #6417FB;
}
.TagClassName
{
border-color: #6417FB;
}
</style>