Shades of Purple Heart #4D0FC2
Tints of Purple Heart #4D0FC2
RGB
CMYK
RGB Variations
Color information
#4D0FC2 (or 0x4D0FC2) is known color: Purple Heart. HEX triplet: 4D, 0F and C2. RGB value is (77,15,194). Sum of RGB (Red+Green+Blue) = 77+15+194=286 (37% of max value = 765). Red value is 77 (30.47% from 255 or 26.92% from 286); Green value is 15 (6.25% from 255 or 5.24% from 286); Blue value is 194 (76.17% from 255 or 67.83% from 286); Max value from RGB is 194 - color contains mainly: blue. Hex color #4D0FC2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D0FC2 is #B2F03D. Grayscale: #353535. Windows color (decimal): -11726910 or 12717901. OLE color: 12717901.
HSL color Cylindrical-coordinate representation of color #4D0FC2: hue angle of 260.78º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4D0FC2 is Cyan = 0.60, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 77 | 15 | 194 | - |
| CMYK | 0.60 | 0.92 | 0 | 0.24 |
| HSL | 260.78º | 0.86% | 0.41% | - |
| HSV(B) | 260.78º | 0.92% | 0.76% | - |
| XYZ | 12.97 | 5.81 | 51.48 | - |
| YUV | 53.94 | 207.04 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 15 | 194 | 0.60 | 0.92 | 0 | 0.24 | 260.78 | 0.86 | 0.41 |
| Hex | 4D | F | C2 | 3C | 5C | 0 | 18 | 105 | 56 | 29 |
| Octal | 115 | 17 | 302 | 74 | 134 | 0 | 30 | 405 | 126 | 51 |
| Binary | 1001101 | 1111 | 11000010 | 111100 | 1011100 | 0 | 11000 | 100000101 | 1010110 | 101001 |
Color Harmonies of #4D0FC2
Complementary color
Monochromatic Colors of #4D0FC2
Black with #4D0FC2
Text Example
Text Example
White with #4D0FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0FC2; }
p { color: rgb(77,15,194); }
H1.HeaderClassName
{
color: #4D0FC2;
}
.AnyTagClassName
{
color: #4D0FC2;
}
</style>
background-color css
<style>
a { background-color: #4D0FC2; }
a { background-color: rgb(77,15,194); }
div.DivClassName
{
background-color: #4D0FC2;
}
.BgClassName
{
background-color: #4D0FC2;
}
</style>
border-color css
<style>
span { border-color: #4D0FC2; }
span { border-color: rgb(77,15,194); }
td.TdClassName
{
border-color: #4D0FC2;
}
.TagClassName
{
border-color: #4D0FC2;
}
</style>