Shades of Han Purple #6410DC
Tints of Han Purple #6410DC
RGB
CMYK
RGB Variations
Color information
#6410DC (or 0x6410DC) is known color: Han Purple. HEX triplet: 64, 10 and DC. RGB value is (100,16,220). Sum of RGB (Red+Green+Blue) = 100+16+220=336 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.76% from 336); Green value is 16 (6.64% from 255 or 4.76% from 336); Blue value is 220 (86.33% from 255 or 65.48% from 336); Max value from RGB is 220 - color contains mainly: blue. Hex color #6410DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6410DC is #9BEF23. Grayscale: #3F3F3F. Windows color (decimal): -10219300 or 14422116. OLE color: 14422116.
HSL color Cylindrical-coordinate representation of color #6410DC: hue angle of 264.71º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6410DC is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 16 | 220 | - |
| CMYK | 0.55 | 0.93 | 0 | 0.14 |
| HSL | 264.71º | 0.86% | 0.46% | - |
| HSV(B) | 264.71º | 0.93% | 0.86% | - |
| XYZ | 18.36 | 8.25 | 68.33 | - |
| YUV | 64.37 | 215.83 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 16 | 220 | 0.55 | 0.93 | 0 | 0.14 | 264.71 | 0.86 | 0.46 |
| Hex | 64 | 10 | DC | 37 | 5D | 0 | E | 109 | 56 | 2E |
| Octal | 144 | 20 | 334 | 67 | 135 | 0 | 16 | 411 | 126 | 56 |
| Binary | 1100100 | 10000 | 11011100 | 110111 | 1011101 | 0 | 1110 | 100001001 | 1010110 | 101110 |
Color Harmonies of #6410DC
Complementary color
Monochromatic Colors of #6410DC
Black with #6410DC
Text Example
Text Example
White with #6410DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6410DC; }
p { color: rgb(100,16,220); }
H1.HeaderClassName
{
color: #6410DC;
}
.AnyTagClassName
{
color: #6410DC;
}
</style>
background-color css
<style>
a { background-color: #6410DC; }
a { background-color: rgb(100,16,220); }
div.DivClassName
{
background-color: #6410DC;
}
.BgClassName
{
background-color: #6410DC;
}
</style>
border-color css
<style>
span { border-color: #6410DC; }
span { border-color: rgb(100,16,220); }
td.TdClassName
{
border-color: #6410DC;
}
.TagClassName
{
border-color: #6410DC;
}
</style>