Shades of Purple Heart #4D12AA
Tints of Purple Heart #4D12AA
RGB
CMYK
RGB Variations
Color information
#4D12AA (or 0x4D12AA) is known color: Purple Heart. HEX triplet: 4D, 12 and AA. RGB value is (77,18,170). Sum of RGB (Red+Green+Blue) = 77+18+170=265 (35% of max value = 765). Red value is 77 (30.47% from 255 or 29.06% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 170 (66.80% from 255 or 64.15% from 265); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D12AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D12AA is #B2ED55. Grayscale: #343434. Windows color (decimal): -11726166 or 11145805. OLE color: 11145805.
HSL color Cylindrical-coordinate representation of color #4D12AA: hue angle of 263.29º 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 #4D12AA is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 18 | 170 | - |
| CMYK | 0.55 | 0.89 | 0 | 0.33 |
| HSL | 263.29º | 0.81% | 0.37% | - |
| HSV(B) | 263.29º | 0.89% | 0.67% | - |
| XYZ | 10.53 | 4.91 | 38.42 | - |
| YUV | 52.97 | 194.05 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 18 | 170 | 0.55 | 0.89 | 0 | 0.33 | 263.29 | 0.81 | 0.37 |
| Hex | 4D | 12 | AA | 37 | 59 | 0 | 21 | 107 | 51 | 25 |
| Octal | 115 | 22 | 252 | 67 | 131 | 0 | 41 | 407 | 121 | 45 |
| Binary | 1001101 | 10010 | 10101010 | 110111 | 1011001 | 0 | 100001 | 100000111 | 1010001 | 100101 |
Color Harmonies of #4D12AA
Complementary color
Monochromatic Colors of #4D12AA
Black with #4D12AA
Text Example
Text Example
White with #4D12AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D12AA; }
p { color: rgb(77,18,170); }
H1.HeaderClassName
{
color: #4D12AA;
}
.AnyTagClassName
{
color: #4D12AA;
}
</style>
background-color css
<style>
a { background-color: #4D12AA; }
a { background-color: rgb(77,18,170); }
div.DivClassName
{
background-color: #4D12AA;
}
.BgClassName
{
background-color: #4D12AA;
}
</style>
border-color css
<style>
span { border-color: #4D12AA; }
span { border-color: rgb(77,18,170); }
td.TdClassName
{
border-color: #4D12AA;
}
.TagClassName
{
border-color: #4D12AA;
}
</style>