Shades of Han Purple #6410DB
Tints of Han Purple #6410DB
RGB
CMYK
RGB Variations
Color information
#6410DB (or 0x6410DB) is known color: Han Purple. HEX triplet: 64, 10 and DB. RGB value is (100,16,219). Sum of RGB (Red+Green+Blue) = 100+16+219=335 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.85% from 335); Green value is 16 (6.64% from 255 or 4.78% from 335); Blue value is 219 (85.94% from 255 or 65.37% from 335); Max value from RGB is 219 - color contains mainly: blue. Hex color #6410DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6410DB is #9BEF24. Grayscale: #3F3F3F. Windows color (decimal): -10219301 or 14356580. OLE color: 14356580.
HSL color Cylindrical-coordinate representation of color #6410DB: hue angle of 264.83º 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 #6410DB is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 16 | 219 | - |
| CMYK | 0.54 | 0.93 | 0 | 0.14 |
| HSL | 264.83º | 0.86% | 0.46% | - |
| HSV(B) | 264.83º | 0.93% | 0.86% | - |
| XYZ | 18.23 | 8.19 | 67.64 | - |
| YUV | 64.26 | 215.33 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 16 | 219 | 0.54 | 0.93 | 0 | 0.14 | 264.83 | 0.86 | 0.46 |
| Hex | 64 | 10 | DB | 36 | 5D | 0 | E | 109 | 56 | 2E |
| Octal | 144 | 20 | 333 | 66 | 135 | 0 | 16 | 411 | 126 | 56 |
| Binary | 1100100 | 10000 | 11011011 | 110110 | 1011101 | 0 | 1110 | 100001001 | 1010110 | 101110 |
Color Harmonies of #6410DB
Complementary color
Monochromatic Colors of #6410DB
Black with #6410DB
Text Example
Text Example
White with #6410DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6410DB; }
p { color: rgb(100,16,219); }
H1.HeaderClassName
{
color: #6410DB;
}
.AnyTagClassName
{
color: #6410DB;
}
</style>
background-color css
<style>
a { background-color: #6410DB; }
a { background-color: rgb(100,16,219); }
div.DivClassName
{
background-color: #6410DB;
}
.BgClassName
{
background-color: #6410DB;
}
</style>
border-color css
<style>
span { border-color: #6410DB; }
span { border-color: rgb(100,16,219); }
td.TdClassName
{
border-color: #6410DB;
}
.TagClassName
{
border-color: #6410DB;
}
</style>