Shades of Purple Heart #4D0CAD
Tints of Purple Heart #4D0CAD
RGB
CMYK
RGB Variations
Color information
#4D0CAD (or 0x4D0CAD) is known color: Purple Heart. HEX triplet: 4D, 0C and AD. RGB value is (77,12,173). Sum of RGB (Red+Green+Blue) = 77+12+173=262 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.39% from 262); Green value is 12 (5.08% from 255 or 4.58% from 262); Blue value is 173 (67.97% from 255 or 66.03% from 262); Max value from RGB is 173 - color contains mainly: blue. Hex color #4D0CAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0CAD is #B2F352. Grayscale: #313131. Windows color (decimal): -11727699 or 11340877. OLE color: 11340877.
HSL color Cylindrical-coordinate representation of color #4D0CAD: hue angle of 264.22º 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 #4D0CAD is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 12 | 173 | - |
| CMYK | 0.55 | 0.93 | 0 | 0.32 |
| HSL | 264.22º | 0.87% | 0.36% | - |
| HSV(B) | 264.22º | 0.93% | 0.68% | - |
| XYZ | 10.73 | 4.86 | 39.91 | - |
| YUV | 49.79 | 197.53 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 12 | 173 | 0.55 | 0.93 | 0 | 0.32 | 264.22 | 0.87 | 0.36 |
| Hex | 4D | C | AD | 37 | 5D | 0 | 20 | 108 | 57 | 24 |
| Octal | 115 | 14 | 255 | 67 | 135 | 0 | 40 | 410 | 127 | 44 |
| Binary | 1001101 | 1100 | 10101101 | 110111 | 1011101 | 0 | 100000 | 100001000 | 1010111 | 100100 |
Color Harmonies of #4D0CAD
Complementary color
Monochromatic Colors of #4D0CAD
Black with #4D0CAD
Text Example
Text Example
White with #4D0CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0CAD; }
p { color: rgb(77,12,173); }
H1.HeaderClassName
{
color: #4D0CAD;
}
.AnyTagClassName
{
color: #4D0CAD;
}
</style>
background-color css
<style>
a { background-color: #4D0CAD; }
a { background-color: rgb(77,12,173); }
div.DivClassName
{
background-color: #4D0CAD;
}
.BgClassName
{
background-color: #4D0CAD;
}
</style>
border-color css
<style>
span { border-color: #4D0CAD; }
span { border-color: rgb(77,12,173); }
td.TdClassName
{
border-color: #4D0CAD;
}
.TagClassName
{
border-color: #4D0CAD;
}
</style>