Shades of Purple Heart #4D06CA
Tints of Purple Heart #4D06CA
RGB
CMYK
RGB Variations
Color information
#4D06CA (or 0x4D06CA) is known color: Purple Heart. HEX triplet: 4D, 06 and CA. RGB value is (77,6,202). Sum of RGB (Red+Green+Blue) = 77+6+202=285 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.02% from 285); Green value is 6 (2.73% from 255 or 2.11% from 285); Blue value is 202 (79.30% from 255 or 70.88% from 285); Max value from RGB is 202 - color contains mainly: blue. Hex color #4D06CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D06CA is #B2F935. Grayscale: #303030. Windows color (decimal): -11729206 or 13239885. OLE color: 13239885.
HSL color Cylindrical-coordinate representation of color #4D06CA: hue angle of 261.73º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D06CA is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 6 | 202 | - |
| CMYK | 0.62 | 0.97 | 0 | 0.21 |
| HSL | 261.73º | 0.94% | 0.41% | - |
| HSV(B) | 261.73º | 0.97% | 0.79% | - |
| XYZ | 13.79 | 5.97 | 56.3 | - |
| YUV | 49.57 | 214.02 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 6 | 202 | 0.62 | 0.97 | 0 | 0.21 | 261.73 | 0.94 | 0.41 |
| Hex | 4D | 6 | CA | 3E | 61 | 0 | 15 | 106 | 5E | 29 |
| Octal | 115 | 6 | 312 | 76 | 141 | 0 | 25 | 406 | 136 | 51 |
| Binary | 1001101 | 110 | 11001010 | 111110 | 1100001 | 0 | 10101 | 100000110 | 1011110 | 101001 |
Color Harmonies of #4D06CA
Complementary color
Monochromatic Colors of #4D06CA
Black with #4D06CA
Text Example
Text Example
White with #4D06CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D06CA; }
p { color: rgb(77,6,202); }
H1.HeaderClassName
{
color: #4D06CA;
}
.AnyTagClassName
{
color: #4D06CA;
}
</style>
background-color css
<style>
a { background-color: #4D06CA; }
a { background-color: rgb(77,6,202); }
div.DivClassName
{
background-color: #4D06CA;
}
.BgClassName
{
background-color: #4D06CA;
}
</style>
border-color css
<style>
span { border-color: #4D06CA; }
span { border-color: rgb(77,6,202); }
td.TdClassName
{
border-color: #4D06CA;
}
.TagClassName
{
border-color: #4D06CA;
}
</style>