Shades of Han Purple #4210DB
Tints of Han Purple #4210DB
RGB
CMYK
RGB Variations
Color information
#4210DB (or 0x4210DB) is known color: Han Purple. HEX triplet: 42, 10 and DB. RGB value is (66,16,219). Sum of RGB (Red+Green+Blue) = 66+16+219=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 16 (6.64% from 255 or 5.32% from 301); Blue value is 219 (85.94% from 255 or 72.76% from 301); Max value from RGB is 219 - color contains mainly: blue. Hex color #4210DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4210DB is #BDEF24. Grayscale: #353535. Windows color (decimal): -12447525 or 14356546. OLE color: 14356546.
HSL color Cylindrical-coordinate representation of color #4210DB: hue angle of 254.78º 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 #4210DB is Cyan = 0.70, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 16 | 219 | - |
| CMYK | 0.70 | 0.93 | 0 | 0.14 |
| HSL | 254.78º | 0.86% | 0.46% | - |
| HSV(B) | 254.78º | 0.93% | 0.86% | - |
| XYZ | 15.22 | 6.64 | 67.5 | - |
| YUV | 54.09 | 221.07 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 16 | 219 | 0.70 | 0.93 | 0 | 0.14 | 254.78 | 0.86 | 0.46 |
| Hex | 42 | 10 | DB | 46 | 5D | 0 | E | FF | 56 | 2E |
| Octal | 102 | 20 | 333 | 106 | 135 | 0 | 16 | 377 | 126 | 56 |
| Binary | 1000010 | 10000 | 11011011 | 1000110 | 1011101 | 0 | 1110 | 11111111 | 1010110 | 101110 |
Color Harmonies of #4210DB
Complementary color
Monochromatic Colors of #4210DB
Black with #4210DB
Text Example
Text Example
White with #4210DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4210DB; }
p { color: rgb(66,16,219); }
H1.HeaderClassName
{
color: #4210DB;
}
.AnyTagClassName
{
color: #4210DB;
}
</style>
background-color css
<style>
a { background-color: #4210DB; }
a { background-color: rgb(66,16,219); }
div.DivClassName
{
background-color: #4210DB;
}
.BgClassName
{
background-color: #4210DB;
}
</style>
border-color css
<style>
span { border-color: #4210DB; }
span { border-color: rgb(66,16,219); }
td.TdClassName
{
border-color: #4210DB;
}
.TagClassName
{
border-color: #4210DB;
}
</style>