Shades of Purple Heart #4D18AA
Tints of Purple Heart #4D18AA
RGB
CMYK
RGB Variations
Color information
#4D18AA (or 0x4D18AA) is known color: Purple Heart. HEX triplet: 4D, 18 and AA. RGB value is (77,24,170). Sum of RGB (Red+Green+Blue) = 77+24+170=271 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.41% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 170 (66.80% from 255 or 62.73% from 271); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D18AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D18AA is #B2E755. Grayscale: #373737. Windows color (decimal): -11724630 or 11147341. OLE color: 11147341.
HSL color Cylindrical-coordinate representation of color #4D18AA: hue angle of 261.78º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D18AA is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 24 | 170 | - |
| CMYK | 0.55 | 0.86 | 0 | 0.33 |
| HSL | 261.78º | 0.75% | 0.38% | - |
| HSV(B) | 261.78º | 0.86% | 0.67% | - |
| XYZ | 10.64 | 5.13 | 38.46 | - |
| YUV | 56.49 | 192.06 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 24 | 170 | 0.55 | 0.86 | 0 | 0.33 | 261.78 | 0.75 | 0.38 |
| Hex | 4D | 18 | AA | 37 | 56 | 0 | 21 | 106 | 4B | 26 |
| Octal | 115 | 30 | 252 | 67 | 126 | 0 | 41 | 406 | 113 | 46 |
| Binary | 1001101 | 11000 | 10101010 | 110111 | 1010110 | 0 | 100001 | 100000110 | 1001011 | 100110 |
Color Harmonies of #4D18AA
Complementary color
Monochromatic Colors of #4D18AA
Black with #4D18AA
Text Example
Text Example
White with #4D18AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D18AA; }
p { color: rgb(77,24,170); }
H1.HeaderClassName
{
color: #4D18AA;
}
.AnyTagClassName
{
color: #4D18AA;
}
</style>
background-color css
<style>
a { background-color: #4D18AA; }
a { background-color: rgb(77,24,170); }
div.DivClassName
{
background-color: #4D18AA;
}
.BgClassName
{
background-color: #4D18AA;
}
</style>
border-color css
<style>
span { border-color: #4D18AA; }
span { border-color: rgb(77,24,170); }
td.TdClassName
{
border-color: #4D18AA;
}
.TagClassName
{
border-color: #4D18AA;
}
</style>