Shades of Purple Heart #4D0CAE
Tints of Purple Heart #4D0CAE
RGB
CMYK
RGB Variations
Color information
#4D0CAE (or 0x4D0CAE) is known color: Purple Heart. HEX triplet: 4D, 0C and AE. RGB value is (77,12,174). Sum of RGB (Red+Green+Blue) = 77+12+174=263 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.28% from 263); Green value is 12 (5.08% from 255 or 4.56% from 263); Blue value is 174 (68.36% from 255 or 66.16% from 263); Max value from RGB is 174 - color contains mainly: blue. Hex color #4D0CAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0CAE is #B2F351. Grayscale: #313131. Windows color (decimal): -11727698 or 11406413. OLE color: 11406413.
HSL color Cylindrical-coordinate representation of color #4D0CAE: hue angle of 264.07º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4D0CAE is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 12 | 174 | - |
| CMYK | 0.56 | 0.93 | 0 | 0.32 |
| HSL | 264.07º | 0.87% | 0.36% | - |
| HSV(B) | 264.07º | 0.93% | 0.68% | - |
| XYZ | 10.83 | 4.9 | 40.42 | - |
| YUV | 49.9 | 198.03 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 12 | 174 | 0.56 | 0.93 | 0 | 0.32 | 264.07 | 0.87 | 0.36 |
| Hex | 4D | C | AE | 38 | 5D | 0 | 20 | 108 | 57 | 24 |
| Octal | 115 | 14 | 256 | 70 | 135 | 0 | 40 | 410 | 127 | 44 |
| Binary | 1001101 | 1100 | 10101110 | 111000 | 1011101 | 0 | 100000 | 100001000 | 1010111 | 100100 |
Color Harmonies of #4D0CAE
Complementary color
Monochromatic Colors of #4D0CAE
Black with #4D0CAE
Text Example
Text Example
White with #4D0CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0CAE; }
p { color: rgb(77,12,174); }
H1.HeaderClassName
{
color: #4D0CAE;
}
.AnyTagClassName
{
color: #4D0CAE;
}
</style>
background-color css
<style>
a { background-color: #4D0CAE; }
a { background-color: rgb(77,12,174); }
div.DivClassName
{
background-color: #4D0CAE;
}
.BgClassName
{
background-color: #4D0CAE;
}
</style>
border-color css
<style>
span { border-color: #4D0CAE; }
span { border-color: rgb(77,12,174); }
td.TdClassName
{
border-color: #4D0CAE;
}
.TagClassName
{
border-color: #4D0CAE;
}
</style>