Shades of Purple Heart #4D0CBC
Tints of Purple Heart #4D0CBC
RGB
CMYK
RGB Variations
Color information
#4D0CBC (or 0x4D0CBC) is known color: Purple Heart. HEX triplet: 4D, 0C and BC. RGB value is (77,12,188). Sum of RGB (Red+Green+Blue) = 77+12+188=277 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.80% from 277); Green value is 12 (5.08% from 255 or 4.33% from 277); Blue value is 188 (73.83% from 255 or 67.87% from 277); Max value from RGB is 188 - color contains mainly: blue. Hex color #4D0CBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D0CBC is #B2F343. Grayscale: #323232. Windows color (decimal): -11727684 or 12323917. OLE color: 12323917.
HSL color Cylindrical-coordinate representation of color #4D0CBC: hue angle of 262.16º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D0CBC is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 12 | 188 | - |
| CMYK | 0.59 | 0.94 | 0 | 0.26 |
| HSL | 262.16º | 0.88% | 0.39% | - |
| HSV(B) | 262.16º | 0.94% | 0.74% | - |
| XYZ | 12.27 | 5.47 | 47.99 | - |
| YUV | 51.5 | 205.03 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 12 | 188 | 0.59 | 0.94 | 0 | 0.26 | 262.16 | 0.88 | 0.39 |
| Hex | 4D | C | BC | 3B | 5E | 0 | 1A | 106 | 58 | 27 |
| Octal | 115 | 14 | 274 | 73 | 136 | 0 | 32 | 406 | 130 | 47 |
| Binary | 1001101 | 1100 | 10111100 | 111011 | 1011110 | 0 | 11010 | 100000110 | 1011000 | 100111 |
Color Harmonies of #4D0CBC
Complementary color
Monochromatic Colors of #4D0CBC
Black with #4D0CBC
Text Example
Text Example
White with #4D0CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0CBC; }
p { color: rgb(77,12,188); }
H1.HeaderClassName
{
color: #4D0CBC;
}
.AnyTagClassName
{
color: #4D0CBC;
}
</style>
background-color css
<style>
a { background-color: #4D0CBC; }
a { background-color: rgb(77,12,188); }
div.DivClassName
{
background-color: #4D0CBC;
}
.BgClassName
{
background-color: #4D0CBC;
}
</style>
border-color css
<style>
span { border-color: #4D0CBC; }
span { border-color: rgb(77,12,188); }
td.TdClassName
{
border-color: #4D0CBC;
}
.TagClassName
{
border-color: #4D0CBC;
}
</style>