Shades of Han Purple #4212D2
Tints of Han Purple #4212D2
RGB
CMYK
RGB Variations
Color information
#4212D2 (or 0x4212D2) is known color: Han Purple. HEX triplet: 42, 12 and D2. RGB value is (66,18,210). Sum of RGB (Red+Green+Blue) = 66+18+210=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 18 (7.42% from 255 or 6.12% from 294); Blue value is 210 (82.42% from 255 or 71.43% from 294); Max value from RGB is 210 - color contains mainly: blue. Hex color #4212D2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4212D2 is #BDED2D. Grayscale: #353535. Windows color (decimal): -12447022 or 13767234. OLE color: 13767234.
HSL color Cylindrical-coordinate representation of color #4212D2: hue angle of 255º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4212D2 is Cyan = 0.69, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 66 | 18 | 210 | - |
| CMYK | 0.69 | 0.91 | 0 | 0.18 |
| HSL | 255º | 0.84% | 0.45% | - |
| HSV(B) | 255º | 0.91% | 0.82% | - |
| XYZ | 14.1 | 6.24 | 61.44 | - |
| YUV | 54.24 | 215.9 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 18 | 210 | 0.69 | 0.91 | 0 | 0.18 | 255 | 0.84 | 0.45 |
| Hex | 42 | 12 | D2 | 45 | 5B | 0 | 12 | FF | 54 | 2D |
| Octal | 102 | 22 | 322 | 105 | 133 | 0 | 22 | 377 | 124 | 55 |
| Binary | 1000010 | 10010 | 11010010 | 1000101 | 1011011 | 0 | 10010 | 11111111 | 1010100 | 101101 |
Color Harmonies of #4212D2
Complementary color
Monochromatic Colors of #4212D2
Black with #4212D2
Text Example
Text Example
White with #4212D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4212D2; }
p { color: rgb(66,18,210); }
H1.HeaderClassName
{
color: #4212D2;
}
.AnyTagClassName
{
color: #4212D2;
}
</style>
background-color css
<style>
a { background-color: #4212D2; }
a { background-color: rgb(66,18,210); }
div.DivClassName
{
background-color: #4212D2;
}
.BgClassName
{
background-color: #4212D2;
}
</style>
border-color css
<style>
span { border-color: #4212D2; }
span { border-color: rgb(66,18,210); }
td.TdClassName
{
border-color: #4212D2;
}
.TagClassName
{
border-color: #4212D2;
}
</style>