Shades of Han Purple #6417DF
Tints of Han Purple #6417DF
RGB
CMYK
RGB Variations
Color information
#6417DF (or 0x6417DF) is known color: Han Purple. HEX triplet: 64, 17 and DF. RGB value is (100,23,223). Sum of RGB (Red+Green+Blue) = 100+23+223=346 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.90% from 346); Green value is 23 (9.38% from 255 or 6.65% from 346); Blue value is 223 (87.5% from 255 or 64.45% from 346); Max value from RGB is 223 - color contains mainly: blue. Hex color #6417DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6417DF is #9BE820. Grayscale: #444444. Windows color (decimal): -10217505 or 14620516. OLE color: 14620516.
HSL color Cylindrical-coordinate representation of color #6417DF: hue angle of 263.1º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6417DF is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 23 | 223 | - |
| CMYK | 0.55 | 0.90 | 0 | 0.13 |
| HSL | 263.1º | 0.81% | 0.48% | - |
| HSV(B) | 263.1º | 0.9% | 0.87% | - |
| XYZ | 18.88 | 8.65 | 70.49 | - |
| YUV | 68.82 | 215.01 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 23 | 223 | 0.55 | 0.90 | 0 | 0.13 | 263.1 | 0.81 | 0.48 |
| Hex | 64 | 17 | DF | 37 | 5A | 0 | D | 107 | 51 | 30 |
| Octal | 144 | 27 | 337 | 67 | 132 | 0 | 15 | 407 | 121 | 60 |
| Binary | 1100100 | 10111 | 11011111 | 110111 | 1011010 | 0 | 1101 | 100000111 | 1010001 | 110000 |
Color Harmonies of #6417DF
Complementary color
Monochromatic Colors of #6417DF
Black with #6417DF
Text Example
Text Example
White with #6417DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6417DF; }
p { color: rgb(100,23,223); }
H1.HeaderClassName
{
color: #6417DF;
}
.AnyTagClassName
{
color: #6417DF;
}
</style>
background-color css
<style>
a { background-color: #6417DF; }
a { background-color: rgb(100,23,223); }
div.DivClassName
{
background-color: #6417DF;
}
.BgClassName
{
background-color: #6417DF;
}
</style>
border-color css
<style>
span { border-color: #6417DF; }
span { border-color: rgb(100,23,223); }
td.TdClassName
{
border-color: #6417DF;
}
.TagClassName
{
border-color: #6417DF;
}
</style>