Shades of Purple Heart #4212AB
Tints of Purple Heart #4212AB
RGB
CMYK
RGB Variations
Color information
#4212AB (or 0x4212AB) is known color: Purple Heart. HEX triplet: 42, 12 and AB. RGB value is (66,18,171). Sum of RGB (Red+Green+Blue) = 66+18+171=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 18 (7.42% from 255 or 7.06% from 255); Blue value is 171 (67.19% from 255 or 67.06% from 255); Max value from RGB is 171 - color contains mainly: blue. Hex color #4212AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4212AB is #BDED54. Grayscale: #313131. Windows color (decimal): -12447061 or 11211330. OLE color: 11211330.
HSL color Cylindrical-coordinate representation of color #4212AB: hue angle of 258.82º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4212AB is Cyan = 0.61, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 18 | 171 | - |
| CMYK | 0.61 | 0.89 | 0 | 0.33 |
| HSL | 258.82º | 0.81% | 0.37% | - |
| HSV(B) | 258.82º | 0.89% | 0.67% | - |
| XYZ | 9.81 | 4.53 | 38.89 | - |
| YUV | 49.79 | 196.4 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 18 | 171 | 0.61 | 0.89 | 0 | 0.33 | 258.82 | 0.81 | 0.37 |
| Hex | 42 | 12 | AB | 3D | 59 | 0 | 21 | 103 | 51 | 25 |
| Octal | 102 | 22 | 253 | 75 | 131 | 0 | 41 | 403 | 121 | 45 |
| Binary | 1000010 | 10010 | 10101011 | 111101 | 1011001 | 0 | 100001 | 100000011 | 1010001 | 100101 |
Color Harmonies of #4212AB
Complementary color
Monochromatic Colors of #4212AB
Black with #4212AB
Text Example
Text Example
White with #4212AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4212AB; }
p { color: rgb(66,18,171); }
H1.HeaderClassName
{
color: #4212AB;
}
.AnyTagClassName
{
color: #4212AB;
}
</style>
background-color css
<style>
a { background-color: #4212AB; }
a { background-color: rgb(66,18,171); }
div.DivClassName
{
background-color: #4212AB;
}
.BgClassName
{
background-color: #4212AB;
}
</style>
border-color css
<style>
span { border-color: #4212AB; }
span { border-color: rgb(66,18,171); }
td.TdClassName
{
border-color: #4212AB;
}
.TagClassName
{
border-color: #4212AB;
}
</style>