Shades of Han Purple #6417FF
Tints of Han Purple #6417FF
RGB
CMYK
RGB Variations
Color information
#6417FF (or 0x6417FF) is known color: Han Purple. HEX triplet: 64, 17 and FF. RGB value is (100,23,255). Sum of RGB (Red+Green+Blue) = 100+23+255=378 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.46% from 378); Green value is 23 (9.38% from 255 or 6.08% from 378); Blue value is 255 (100% from 255 or 67.46% from 378); Max value from RGB is 255 - color contains mainly: blue. Hex color #6417FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6417FF is #9BE800. Grayscale: #474747. Windows color (decimal): -10217473 or 16717668. OLE color: 16717668.
HSL color Cylindrical-coordinate representation of color #6417FF: hue angle of 259.91º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6417FF is Cyan = 0.61, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 23 | 255 | - |
| CMYK | 0.61 | 0.91 | 0 | 0 |
| HSL | 259.91º | 1% | 0.55% | - |
| HSV(B) | 259.91º | 0.91% | 1% | - |
| XYZ | 23.61 | 10.54 | 95.4 | - |
| YUV | 72.47 | 231.01 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 23 | 255 | 0.61 | 0.91 | 0 | 0 | 259.91 | 1 | 0.55 |
| Hex | 64 | 17 | FF | 3D | 5B | 0 | 0 | 104 | 64 | 37 |
| Octal | 144 | 27 | 377 | 75 | 133 | 0 | 0 | 404 | 144 | 67 |
| Binary | 1100100 | 10111 | 11111111 | 111101 | 1011011 | 0 | 0 | 100000100 | 1100100 | 110111 |
Color Harmonies of #6417FF
Complementary color
Monochromatic Colors of #6417FF
Black with #6417FF
Text Example
Text Example
White with #6417FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6417FF; }
p { color: rgb(100,23,255); }
H1.HeaderClassName
{
color: #6417FF;
}
.AnyTagClassName
{
color: #6417FF;
}
</style>
background-color css
<style>
a { background-color: #6417FF; }
a { background-color: rgb(100,23,255); }
div.DivClassName
{
background-color: #6417FF;
}
.BgClassName
{
background-color: #6417FF;
}
</style>
border-color css
<style>
span { border-color: #6417FF; }
span { border-color: rgb(100,23,255); }
td.TdClassName
{
border-color: #6417FF;
}
.TagClassName
{
border-color: #6417FF;
}
</style>