Shades of Purple Heart #4D12AB
Tints of Purple Heart #4D12AB
RGB
CMYK
RGB Variations
Color information
#4D12AB (or 0x4D12AB) is known color: Purple Heart. HEX triplet: 4D, 12 and AB. RGB value is (77,18,171). Sum of RGB (Red+Green+Blue) = 77+18+171=266 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.95% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 171 (67.19% from 255 or 64.29% from 266); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D12AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D12AB is #B2ED54. Grayscale: #343434. Windows color (decimal): -11726165 or 11211341. OLE color: 11211341.
HSL color Cylindrical-coordinate representation of color #4D12AB: hue angle of 263.14º 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 #4D12AB is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 18 | 171 | - |
| CMYK | 0.55 | 0.89 | 0 | 0.33 |
| HSL | 263.14º | 0.81% | 0.37% | - |
| HSV(B) | 263.14º | 0.89% | 0.67% | - |
| XYZ | 10.63 | 4.95 | 38.92 | - |
| YUV | 53.08 | 194.55 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 18 | 171 | 0.55 | 0.89 | 0 | 0.33 | 263.14 | 0.81 | 0.37 |
| Hex | 4D | 12 | AB | 37 | 59 | 0 | 21 | 107 | 51 | 25 |
| Octal | 115 | 22 | 253 | 67 | 131 | 0 | 41 | 407 | 121 | 45 |
| Binary | 1001101 | 10010 | 10101011 | 110111 | 1011001 | 0 | 100001 | 100000111 | 1010001 | 100101 |
Color Harmonies of #4D12AB
Complementary color
Monochromatic Colors of #4D12AB
Black with #4D12AB
Text Example
Text Example
White with #4D12AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D12AB; }
p { color: rgb(77,18,171); }
H1.HeaderClassName
{
color: #4D12AB;
}
.AnyTagClassName
{
color: #4D12AB;
}
</style>
background-color css
<style>
a { background-color: #4D12AB; }
a { background-color: rgb(77,18,171); }
div.DivClassName
{
background-color: #4D12AB;
}
.BgClassName
{
background-color: #4D12AB;
}
</style>
border-color css
<style>
span { border-color: #4D12AB; }
span { border-color: rgb(77,18,171); }
td.TdClassName
{
border-color: #4D12AB;
}
.TagClassName
{
border-color: #4D12AB;
}
</style>