Shades of Purple Heart #4D04CE
Tints of Purple Heart #4D04CE
RGB
CMYK
RGB Variations
Color information
#4D04CE (or 0x4D04CE) is known color: Purple Heart. HEX triplet: 4D, 04 and CE. RGB value is (77,4,206). Sum of RGB (Red+Green+Blue) = 77+4+206=287 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.83% from 287); Green value is 4 (1.95% from 255 or 1.39% from 287); Blue value is 206 (80.86% from 255 or 71.78% from 287); Max value from RGB is 206 - color contains mainly: blue. Hex color #4D04CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D04CE is #B2FB31. Grayscale: #303030. Windows color (decimal): -11729714 or 13501517. OLE color: 13501517.
HSL color Cylindrical-coordinate representation of color #4D04CE: hue angle of 261.68º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4D04CE is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 4 | 206 | - |
| CMYK | 0.63 | 0.98 | 0 | 0.19 |
| HSL | 261.68º | 0.96% | 0.41% | - |
| HSV(B) | 261.68º | 0.98% | 0.81% | - |
| XYZ | 14.24 | 6.12 | 58.82 | - |
| YUV | 48.86 | 216.68 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 4 | 206 | 0.63 | 0.98 | 0 | 0.19 | 261.68 | 0.96 | 0.41 |
| Hex | 4D | 4 | CE | 3F | 62 | 0 | 13 | 106 | 60 | 29 |
| Octal | 115 | 4 | 316 | 77 | 142 | 0 | 23 | 406 | 140 | 51 |
| Binary | 1001101 | 100 | 11001110 | 111111 | 1100010 | 0 | 10011 | 100000110 | 1100000 | 101001 |
Color Harmonies of #4D04CE
Complementary color
Monochromatic Colors of #4D04CE
Black with #4D04CE
Text Example
Text Example
White with #4D04CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D04CE; }
p { color: rgb(77,4,206); }
H1.HeaderClassName
{
color: #4D04CE;
}
.AnyTagClassName
{
color: #4D04CE;
}
</style>
background-color css
<style>
a { background-color: #4D04CE; }
a { background-color: rgb(77,4,206); }
div.DivClassName
{
background-color: #4D04CE;
}
.BgClassName
{
background-color: #4D04CE;
}
</style>
border-color css
<style>
span { border-color: #4D04CE; }
span { border-color: rgb(77,4,206); }
td.TdClassName
{
border-color: #4D04CE;
}
.TagClassName
{
border-color: #4D04CE;
}
</style>