Shades of Purple Heart #4E3CCA
Tints of Purple Heart #4E3CCA
RGB
CMYK
RGB Variations
Color information
#4E3CCA (or 0x4E3CCA) is known color: Purple Heart. HEX triplet: 4E, 3C and CA. RGB value is (78,60,202). Sum of RGB (Red+Green+Blue) = 78+60+202=340 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.94% from 340); Green value is 60 (23.83% from 255 or 17.65% from 340); Blue value is 202 (79.30% from 255 or 59.41% from 340); Max value from RGB is 202 - color contains mainly: blue. Hex color #4E3CCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E3CCA is #B1C335. Grayscale: #515151. Windows color (decimal): -11649846 or 13253710. OLE color: 13253710.
HSL color Cylindrical-coordinate representation of color #4E3CCA: hue angle of 247.61º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4E3CCA is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 78 | 60 | 202 | - |
| CMYK | 0.61 | 0.70 | 0 | 0.21 |
| HSL | 247.61º | 0.57% | 0.51% | - |
| HSV(B) | 247.61º | 0.7% | 0.79% | - |
| XYZ | 15.42 | 9.12 | 56.82 | - |
| YUV | 81.57 | 195.96 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 60 | 202 | 0.61 | 0.70 | 0 | 0.21 | 247.61 | 0.57 | 0.51 |
| Hex | 4E | 3C | CA | 3D | 46 | 0 | 15 | F8 | 39 | 33 |
| Octal | 116 | 74 | 312 | 75 | 106 | 0 | 25 | 370 | 71 | 63 |
| Binary | 1001110 | 111100 | 11001010 | 111101 | 1000110 | 0 | 10101 | 11111000 | 111001 | 110011 |
Color Harmonies of #4E3CCA
Complementary color
Monochromatic Colors of #4E3CCA
Black with #4E3CCA
Text Example
Text Example
White with #4E3CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3CCA; }
p { color: rgb(78,60,202); }
H1.HeaderClassName
{
color: #4E3CCA;
}
.AnyTagClassName
{
color: #4E3CCA;
}
</style>
background-color css
<style>
a { background-color: #4E3CCA; }
a { background-color: rgb(78,60,202); }
div.DivClassName
{
background-color: #4E3CCA;
}
.BgClassName
{
background-color: #4E3CCA;
}
</style>
border-color css
<style>
span { border-color: #4E3CCA; }
span { border-color: rgb(78,60,202); }
td.TdClassName
{
border-color: #4E3CCA;
}
.TagClassName
{
border-color: #4E3CCA;
}
</style>