Shades of Purple Heart #4D0CCE
Tints of Purple Heart #4D0CCE
RGB
CMYK
RGB Variations
Color information
#4D0CCE (or 0x4D0CCE) is known color: Purple Heart. HEX triplet: 4D, 0C and CE. RGB value is (77,12,206). Sum of RGB (Red+Green+Blue) = 77+12+206=295 (39% of max value = 765). Red value is 77 (30.47% from 255 or 26.10% from 295); Green value is 12 (5.08% from 255 or 4.07% from 295); Blue value is 206 (80.86% from 255 or 69.83% from 295); Max value from RGB is 206 - color contains mainly: blue. Hex color #4D0CCE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D0CCE is #B2F331. Grayscale: #343434. Windows color (decimal): -11727666 or 13503565. OLE color: 13503565.
HSL color Cylindrical-coordinate representation of color #4D0CCE: hue angle of 260.1º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D0CCE is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 12 | 206 | - |
| CMYK | 0.63 | 0.94 | 0 | 0.19 |
| HSL | 260.1º | 0.89% | 0.43% | - |
| HSV(B) | 260.1º | 0.94% | 0.81% | - |
| XYZ | 14.33 | 6.3 | 58.85 | - |
| YUV | 53.55 | 214.03 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 12 | 206 | 0.63 | 0.94 | 0 | 0.19 | 260.1 | 0.89 | 0.43 |
| Hex | 4D | C | CE | 3F | 5E | 0 | 13 | 104 | 59 | 2B |
| Octal | 115 | 14 | 316 | 77 | 136 | 0 | 23 | 404 | 131 | 53 |
| Binary | 1001101 | 1100 | 11001110 | 111111 | 1011110 | 0 | 10011 | 100000100 | 1011001 | 101011 |
Color Harmonies of #4D0CCE
Complementary color
Monochromatic Colors of #4D0CCE
Black with #4D0CCE
Text Example
Text Example
White with #4D0CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0CCE; }
p { color: rgb(77,12,206); }
H1.HeaderClassName
{
color: #4D0CCE;
}
.AnyTagClassName
{
color: #4D0CCE;
}
</style>
background-color css
<style>
a { background-color: #4D0CCE; }
a { background-color: rgb(77,12,206); }
div.DivClassName
{
background-color: #4D0CCE;
}
.BgClassName
{
background-color: #4D0CCE;
}
</style>
border-color css
<style>
span { border-color: #4D0CCE; }
span { border-color: rgb(77,12,206); }
td.TdClassName
{
border-color: #4D0CCE;
}
.TagClassName
{
border-color: #4D0CCE;
}
</style>