Shades of Han Purple #4214DA
Tints of Han Purple #4214DA
RGB
CMYK
RGB Variations
Color information
#4214DA (or 0x4214DA) is known color: Han Purple. HEX triplet: 42, 14 and DA. RGB value is (66,20,218). Sum of RGB (Red+Green+Blue) = 66+20+218=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 20 (8.20% from 255 or 6.58% from 304); Blue value is 218 (85.55% from 255 or 71.71% from 304); Max value from RGB is 218 - color contains mainly: blue. Hex color #4214DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4214DA is #BDEB25. Grayscale: #373737. Windows color (decimal): -12446502 or 14292034. OLE color: 14292034.
HSL color Cylindrical-coordinate representation of color #4214DA: hue angle of 253.94º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4214DA is Cyan = 0.70, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 20 | 218 | - |
| CMYK | 0.70 | 0.91 | 0 | 0.15 |
| HSL | 253.94º | 0.83% | 0.47% | - |
| HSV(B) | 253.94º | 0.91% | 0.85% | - |
| XYZ | 15.15 | 6.72 | 66.83 | - |
| YUV | 56.33 | 219.24 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 20 | 218 | 0.70 | 0.91 | 0 | 0.15 | 253.94 | 0.83 | 0.47 |
| Hex | 42 | 14 | DA | 46 | 5B | 0 | F | FE | 53 | 2F |
| Octal | 102 | 24 | 332 | 106 | 133 | 0 | 17 | 376 | 123 | 57 |
| Binary | 1000010 | 10100 | 11011010 | 1000110 | 1011011 | 0 | 1111 | 11111110 | 1010011 | 101111 |
Color Harmonies of #4214DA
Complementary color
Monochromatic Colors of #4214DA
Black with #4214DA
Text Example
Text Example
White with #4214DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4214DA; }
p { color: rgb(66,20,218); }
H1.HeaderClassName
{
color: #4214DA;
}
.AnyTagClassName
{
color: #4214DA;
}
</style>
background-color css
<style>
a { background-color: #4214DA; }
a { background-color: rgb(66,20,218); }
div.DivClassName
{
background-color: #4214DA;
}
.BgClassName
{
background-color: #4214DA;
}
</style>
border-color css
<style>
span { border-color: #4214DA; }
span { border-color: rgb(66,20,218); }
td.TdClassName
{
border-color: #4214DA;
}
.TagClassName
{
border-color: #4214DA;
}
</style>