Shades of Purple Heart #4D0CAC
Tints of Purple Heart #4D0CAC
RGB
CMYK
RGB Variations
Color information
#4D0CAC (or 0x4D0CAC) is known color: Purple Heart. HEX triplet: 4D, 0C and AC. RGB value is (77,12,172). Sum of RGB (Red+Green+Blue) = 77+12+172=261 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.50% from 261); Green value is 12 (5.08% from 255 or 4.60% from 261); Blue value is 172 (67.58% from 255 or 65.90% from 261); Max value from RGB is 172 - color contains mainly: blue. Hex color #4D0CAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0CAC is #B2F353. Grayscale: #313131. Windows color (decimal): -11727700 or 11275341. OLE color: 11275341.
HSL color Cylindrical-coordinate representation of color #4D0CAC: hue angle of 264.38º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4D0CAC is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 12 | 172 | - |
| CMYK | 0.55 | 0.93 | 0 | 0.33 |
| HSL | 264.38º | 0.87% | 0.36% | - |
| HSV(B) | 264.38º | 0.93% | 0.67% | - |
| XYZ | 10.64 | 4.82 | 39.4 | - |
| YUV | 49.68 | 197.03 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 12 | 172 | 0.55 | 0.93 | 0 | 0.33 | 264.38 | 0.87 | 0.36 |
| Hex | 4D | C | AC | 37 | 5D | 0 | 21 | 108 | 57 | 24 |
| Octal | 115 | 14 | 254 | 67 | 135 | 0 | 41 | 410 | 127 | 44 |
| Binary | 1001101 | 1100 | 10101100 | 110111 | 1011101 | 0 | 100001 | 100001000 | 1010111 | 100100 |
Color Harmonies of #4D0CAC
Complementary color
Monochromatic Colors of #4D0CAC
Black with #4D0CAC
Text Example
Text Example
White with #4D0CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0CAC; }
p { color: rgb(77,12,172); }
H1.HeaderClassName
{
color: #4D0CAC;
}
.AnyTagClassName
{
color: #4D0CAC;
}
</style>
background-color css
<style>
a { background-color: #4D0CAC; }
a { background-color: rgb(77,12,172); }
div.DivClassName
{
background-color: #4D0CAC;
}
.BgClassName
{
background-color: #4D0CAC;
}
</style>
border-color css
<style>
span { border-color: #4D0CAC; }
span { border-color: rgb(77,12,172); }
td.TdClassName
{
border-color: #4D0CAC;
}
.TagClassName
{
border-color: #4D0CAC;
}
</style>