Shades of Purple Heart #4D04CA
Tints of Purple Heart #4D04CA
RGB
CMYK
RGB Variations
Color information
#4D04CA (or 0x4D04CA) is known color: Purple Heart. HEX triplet: 4D, 04 and CA. RGB value is (77,4,202). Sum of RGB (Red+Green+Blue) = 77+4+202=283 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.21% from 283); Green value is 4 (1.95% from 255 or 1.41% from 283); Blue value is 202 (79.30% from 255 or 71.38% from 283); Max value from RGB is 202 - color contains mainly: blue. Hex color #4D04CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D04CA is #B2FB35. Grayscale: #2F2F2F. Windows color (decimal): -11729718 or 13239373. OLE color: 13239373.
HSL color Cylindrical-coordinate representation of color #4D04CA: hue angle of 262.12º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4D04CA is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 4 | 202 | - |
| CMYK | 0.62 | 0.98 | 0 | 0.21 |
| HSL | 262.12º | 0.96% | 0.4% | - |
| HSV(B) | 262.12º | 0.98% | 0.79% | - |
| XYZ | 13.76 | 5.93 | 56.3 | - |
| YUV | 48.4 | 214.68 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 4 | 202 | 0.62 | 0.98 | 0 | 0.21 | 262.12 | 0.96 | 0.4 |
| Hex | 4D | 4 | CA | 3E | 62 | 0 | 15 | 106 | 60 | 28 |
| Octal | 115 | 4 | 312 | 76 | 142 | 0 | 25 | 406 | 140 | 50 |
| Binary | 1001101 | 100 | 11001010 | 111110 | 1100010 | 0 | 10101 | 100000110 | 1100000 | 101000 |
Color Harmonies of #4D04CA
Complementary color
Monochromatic Colors of #4D04CA
Black with #4D04CA
Text Example
Text Example
White with #4D04CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D04CA; }
p { color: rgb(77,4,202); }
H1.HeaderClassName
{
color: #4D04CA;
}
.AnyTagClassName
{
color: #4D04CA;
}
</style>
background-color css
<style>
a { background-color: #4D04CA; }
a { background-color: rgb(77,4,202); }
div.DivClassName
{
background-color: #4D04CA;
}
.BgClassName
{
background-color: #4D04CA;
}
</style>
border-color css
<style>
span { border-color: #4D04CA; }
span { border-color: rgb(77,4,202); }
td.TdClassName
{
border-color: #4D04CA;
}
.TagClassName
{
border-color: #4D04CA;
}
</style>