Shades of Purple Heart #4812AA
Tints of Purple Heart #4812AA
RGB
CMYK
RGB Variations
Color information
#4812AA (or 0x4812AA) is known color: Purple Heart. HEX triplet: 48, 12 and AA. RGB value is (72,18,170). Sum of RGB (Red+Green+Blue) = 72+18+170=260 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.69% from 260); Green value is 18 (7.42% from 255 or 6.92% from 260); Blue value is 170 (66.80% from 255 or 65.38% from 260); Max value from RGB is 170 - color contains mainly: blue. Hex color #4812AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4812AA is #B7ED55. Grayscale: #323232. Windows color (decimal): -12053846 or 11145800. OLE color: 11145800.
HSL color Cylindrical-coordinate representation of color #4812AA: hue angle of 261.32º 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 #4812AA is Cyan = 0.58, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 18 | 170 | - |
| CMYK | 0.58 | 0.89 | 0 | 0.33 |
| HSL | 261.32º | 0.81% | 0.37% | - |
| HSV(B) | 261.32º | 0.89% | 0.67% | - |
| XYZ | 10.14 | 4.71 | 38.41 | - |
| YUV | 51.47 | 194.89 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 18 | 170 | 0.58 | 0.89 | 0 | 0.33 | 261.32 | 0.81 | 0.37 |
| Hex | 48 | 12 | AA | 3A | 59 | 0 | 21 | 105 | 51 | 25 |
| Octal | 110 | 22 | 252 | 72 | 131 | 0 | 41 | 405 | 121 | 45 |
| Binary | 1001000 | 10010 | 10101010 | 111010 | 1011001 | 0 | 100001 | 100000101 | 1010001 | 100101 |
Color Harmonies of #4812AA
Complementary color
Monochromatic Colors of #4812AA
Black with #4812AA
Text Example
Text Example
White with #4812AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4812AA; }
p { color: rgb(72,18,170); }
H1.HeaderClassName
{
color: #4812AA;
}
.AnyTagClassName
{
color: #4812AA;
}
</style>
background-color css
<style>
a { background-color: #4812AA; }
a { background-color: rgb(72,18,170); }
div.DivClassName
{
background-color: #4812AA;
}
.BgClassName
{
background-color: #4812AA;
}
</style>
border-color css
<style>
span { border-color: #4812AA; }
span { border-color: rgb(72,18,170); }
td.TdClassName
{
border-color: #4812AA;
}
.TagClassName
{
border-color: #4812AA;
}
</style>