Shades of Purple Heart #4E3CCE
Tints of Purple Heart #4E3CCE
RGB
CMYK
RGB Variations
Color information
#4E3CCE (or 0x4E3CCE) is known color: Purple Heart. HEX triplet: 4E, 3C and CE. RGB value is (78,60,206). Sum of RGB (Red+Green+Blue) = 78+60+206=344 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.67% from 344); Green value is 60 (23.83% from 255 or 17.44% from 344); Blue value is 206 (80.86% from 255 or 59.88% from 344); Max value from RGB is 206 - color contains mainly: blue. Hex color #4E3CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E3CCE is #B1C331. Grayscale: #515151. Windows color (decimal): -11649842 or 13515854. OLE color: 13515854.
HSL color Cylindrical-coordinate representation of color #4E3CCE: hue angle of 247.4º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4E3CCE is Cyan = 0.62, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 78 | 60 | 206 | - |
| CMYK | 0.62 | 0.71 | 0 | 0.19 |
| HSL | 247.4º | 0.6% | 0.52% | - |
| HSV(B) | 247.4º | 0.71% | 0.81% | - |
| XYZ | 15.9 | 9.31 | 59.35 | - |
| YUV | 82.03 | 197.96 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 60 | 206 | 0.62 | 0.71 | 0 | 0.19 | 247.4 | 0.6 | 0.52 |
| Hex | 4E | 3C | CE | 3E | 47 | 0 | 13 | F7 | 3C | 34 |
| Octal | 116 | 74 | 316 | 76 | 107 | 0 | 23 | 367 | 74 | 64 |
| Binary | 1001110 | 111100 | 11001110 | 111110 | 1000111 | 0 | 10011 | 11110111 | 111100 | 110100 |
Color Harmonies of #4E3CCE
Complementary color
Monochromatic Colors of #4E3CCE
Black with #4E3CCE
Text Example
Text Example
White with #4E3CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3CCE; }
p { color: rgb(78,60,206); }
H1.HeaderClassName
{
color: #4E3CCE;
}
.AnyTagClassName
{
color: #4E3CCE;
}
</style>
background-color css
<style>
a { background-color: #4E3CCE; }
a { background-color: rgb(78,60,206); }
div.DivClassName
{
background-color: #4E3CCE;
}
.BgClassName
{
background-color: #4E3CCE;
}
</style>
border-color css
<style>
span { border-color: #4E3CCE; }
span { border-color: rgb(78,60,206); }
td.TdClassName
{
border-color: #4E3CCE;
}
.TagClassName
{
border-color: #4E3CCE;
}
</style>