Shades of Purple Heart #4F12AA
Tints of Purple Heart #4F12AA
RGB
CMYK
RGB Variations
Color information
#4F12AA (or 0x4F12AA) is known color: Purple Heart. HEX triplet: 4F, 12 and AA. RGB value is (79,18,170). Sum of RGB (Red+Green+Blue) = 79+18+170=267 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.59% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 170 (66.80% from 255 or 63.67% from 267); Max value from RGB is 170 - color contains mainly: blue. Hex color #4F12AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F12AA is #B0ED55. Grayscale: #353535. Windows color (decimal): -11595094 or 11145807. OLE color: 11145807.
HSL color Cylindrical-coordinate representation of color #4F12AA: hue angle of 264.08º 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 #4F12AA is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 18 | 170 | - |
| CMYK | 0.54 | 0.89 | 0 | 0.33 |
| HSL | 264.08º | 0.81% | 0.37% | - |
| HSV(B) | 264.08º | 0.89% | 0.67% | - |
| XYZ | 10.7 | 5 | 38.43 | - |
| YUV | 53.57 | 193.71 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 18 | 170 | 0.54 | 0.89 | 0 | 0.33 | 264.08 | 0.81 | 0.37 |
| Hex | 4F | 12 | AA | 36 | 59 | 0 | 21 | 108 | 51 | 25 |
| Octal | 117 | 22 | 252 | 66 | 131 | 0 | 41 | 410 | 121 | 45 |
| Binary | 1001111 | 10010 | 10101010 | 110110 | 1011001 | 0 | 100001 | 100001000 | 1010001 | 100101 |
Color Harmonies of #4F12AA
Complementary color
Monochromatic Colors of #4F12AA
Black with #4F12AA
Text Example
Text Example
White with #4F12AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F12AA; }
p { color: rgb(79,18,170); }
H1.HeaderClassName
{
color: #4F12AA;
}
.AnyTagClassName
{
color: #4F12AA;
}
</style>
background-color css
<style>
a { background-color: #4F12AA; }
a { background-color: rgb(79,18,170); }
div.DivClassName
{
background-color: #4F12AA;
}
.BgClassName
{
background-color: #4F12AA;
}
</style>
border-color css
<style>
span { border-color: #4F12AA; }
span { border-color: rgb(79,18,170); }
td.TdClassName
{
border-color: #4F12AA;
}
.TagClassName
{
border-color: #4F12AA;
}
</style>