Shades of Purple Heart #4D15AA
Tints of Purple Heart #4D15AA
RGB
CMYK
RGB Variations
Color information
#4D15AA (or 0x4D15AA) is known color: Purple Heart. HEX triplet: 4D, 15 and AA. RGB value is (77,21,170). Sum of RGB (Red+Green+Blue) = 77+21+170=268 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.73% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 170 (66.80% from 255 or 63.43% from 268); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D15AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D15AA is #B2EA55. Grayscale: #363636. Windows color (decimal): -11725398 or 11146573. OLE color: 11146573.
HSL color Cylindrical-coordinate representation of color #4D15AA: hue angle of 262.55º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4D15AA is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 21 | 170 | - |
| CMYK | 0.55 | 0.88 | 0 | 0.33 |
| HSL | 262.55º | 0.78% | 0.37% | - |
| HSV(B) | 262.55º | 0.88% | 0.67% | - |
| XYZ | 10.58 | 5.02 | 38.44 | - |
| YUV | 54.73 | 193.05 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 21 | 170 | 0.55 | 0.88 | 0 | 0.33 | 262.55 | 0.78 | 0.37 |
| Hex | 4D | 15 | AA | 37 | 58 | 0 | 21 | 107 | 4E | 25 |
| Octal | 115 | 25 | 252 | 67 | 130 | 0 | 41 | 407 | 116 | 45 |
| Binary | 1001101 | 10101 | 10101010 | 110111 | 1011000 | 0 | 100001 | 100000111 | 1001110 | 100101 |
Color Harmonies of #4D15AA
Complementary color
Monochromatic Colors of #4D15AA
Black with #4D15AA
Text Example
Text Example
White with #4D15AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D15AA; }
p { color: rgb(77,21,170); }
H1.HeaderClassName
{
color: #4D15AA;
}
.AnyTagClassName
{
color: #4D15AA;
}
</style>
background-color css
<style>
a { background-color: #4D15AA; }
a { background-color: rgb(77,21,170); }
div.DivClassName
{
background-color: #4D15AA;
}
.BgClassName
{
background-color: #4D15AA;
}
</style>
border-color css
<style>
span { border-color: #4D15AA; }
span { border-color: rgb(77,21,170); }
td.TdClassName
{
border-color: #4D15AA;
}
.TagClassName
{
border-color: #4D15AA;
}
</style>