Shades of Han Purple #4213DB
Tints of Han Purple #4213DB
RGB
CMYK
RGB Variations
Color information
#4213DB (or 0x4213DB) is known color: Han Purple. HEX triplet: 42, 13 and DB. RGB value is (66,19,219). Sum of RGB (Red+Green+Blue) = 66+19+219=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 19 (7.81% from 255 or 6.25% from 304); Blue value is 219 (85.94% from 255 or 72.04% from 304); Max value from RGB is 219 - color contains mainly: blue. Hex color #4213DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4213DB is #BDEC24. Grayscale: #373737. Windows color (decimal): -12446757 or 14357314. OLE color: 14357314.
HSL color Cylindrical-coordinate representation of color #4213DB: hue angle of 254.1º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4213DB is Cyan = 0.70, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 19 | 219 | - |
| CMYK | 0.70 | 0.91 | 0 | 0.14 |
| HSL | 254.1º | 0.84% | 0.47% | - |
| HSV(B) | 254.1º | 0.91% | 0.86% | - |
| XYZ | 15.27 | 6.74 | 67.51 | - |
| YUV | 55.85 | 220.07 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 19 | 219 | 0.70 | 0.91 | 0 | 0.14 | 254.1 | 0.84 | 0.47 |
| Hex | 42 | 13 | DB | 46 | 5B | 0 | E | FE | 54 | 2F |
| Octal | 102 | 23 | 333 | 106 | 133 | 0 | 16 | 376 | 124 | 57 |
| Binary | 1000010 | 10011 | 11011011 | 1000110 | 1011011 | 0 | 1110 | 11111110 | 1010100 | 101111 |
Color Harmonies of #4213DB
Complementary color
Monochromatic Colors of #4213DB
Black with #4213DB
Text Example
Text Example
White with #4213DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4213DB; }
p { color: rgb(66,19,219); }
H1.HeaderClassName
{
color: #4213DB;
}
.AnyTagClassName
{
color: #4213DB;
}
</style>
background-color css
<style>
a { background-color: #4213DB; }
a { background-color: rgb(66,19,219); }
div.DivClassName
{
background-color: #4213DB;
}
.BgClassName
{
background-color: #4213DB;
}
</style>
border-color css
<style>
span { border-color: #4213DB; }
span { border-color: rgb(66,19,219); }
td.TdClassName
{
border-color: #4213DB;
}
.TagClassName
{
border-color: #4213DB;
}
</style>