Shades of Purple Heart #4D0CBF
Tints of Purple Heart #4D0CBF
RGB
CMYK
RGB Variations
Color information
#4D0CBF (or 0x4D0CBF) is known color: Purple Heart. HEX triplet: 4D, 0C and BF. RGB value is (77,12,191). Sum of RGB (Red+Green+Blue) = 77+12+191=280 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.5% from 280); Green value is 12 (5.08% from 255 or 4.29% from 280); Blue value is 191 (75% from 255 or 68.21% from 280); Max value from RGB is 191 - color contains mainly: blue. Hex color #4D0CBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D0CBF is #B2F340. Grayscale: #333333. Windows color (decimal): -11727681 or 12520525. OLE color: 12520525.
HSL color Cylindrical-coordinate representation of color #4D0CBF: hue angle of 261.79º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D0CBF is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 12 | 191 | - |
| CMYK | 0.60 | 0.94 | 0 | 0.25 |
| HSL | 261.79º | 0.88% | 0.4% | - |
| HSV(B) | 261.79º | 0.94% | 0.75% | - |
| XYZ | 12.6 | 5.6 | 49.71 | - |
| YUV | 51.84 | 206.53 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 12 | 191 | 0.60 | 0.94 | 0 | 0.25 | 261.79 | 0.88 | 0.4 |
| Hex | 4D | C | BF | 3C | 5E | 0 | 19 | 106 | 58 | 28 |
| Octal | 115 | 14 | 277 | 74 | 136 | 0 | 31 | 406 | 130 | 50 |
| Binary | 1001101 | 1100 | 10111111 | 111100 | 1011110 | 0 | 11001 | 100000110 | 1011000 | 101000 |
Color Harmonies of #4D0CBF
Complementary color
Monochromatic Colors of #4D0CBF
Black with #4D0CBF
Text Example
Text Example
White with #4D0CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0CBF; }
p { color: rgb(77,12,191); }
H1.HeaderClassName
{
color: #4D0CBF;
}
.AnyTagClassName
{
color: #4D0CBF;
}
</style>
background-color css
<style>
a { background-color: #4D0CBF; }
a { background-color: rgb(77,12,191); }
div.DivClassName
{
background-color: #4D0CBF;
}
.BgClassName
{
background-color: #4D0CBF;
}
</style>
border-color css
<style>
span { border-color: #4D0CBF; }
span { border-color: rgb(77,12,191); }
td.TdClassName
{
border-color: #4D0CBF;
}
.TagClassName
{
border-color: #4D0CBF;
}
</style>