Shades of Purple Heart #4E32CE
Tints of Purple Heart #4E32CE
RGB
CMYK
RGB Variations
Color information
#4E32CE (or 0x4E32CE) is known color: Purple Heart. HEX triplet: 4E, 32 and CE. RGB value is (78,50,206). Sum of RGB (Red+Green+Blue) = 78+50+206=334 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.35% from 334); Green value is 50 (19.92% from 255 or 14.97% from 334); Blue value is 206 (80.86% from 255 or 61.68% from 334); Max value from RGB is 206 - color contains mainly: blue. Hex color #4E32CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E32CE is #B1CD31. Grayscale: #4B4B4B. Windows color (decimal): -11652402 or 13513294. OLE color: 13513294.
HSL color Cylindrical-coordinate representation of color #4E32CE: hue angle of 250.77º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4E32CE is Cyan = 0.62, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 78 | 50 | 206 | - |
| CMYK | 0.62 | 0.76 | 0 | 0.19 |
| HSL | 250.77º | 0.61% | 0.5% | - |
| HSV(B) | 250.77º | 0.76% | 0.81% | - |
| XYZ | 15.42 | 8.36 | 59.19 | - |
| YUV | 76.16 | 201.28 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 50 | 206 | 0.62 | 0.76 | 0 | 0.19 | 250.77 | 0.61 | 0.5 |
| Hex | 4E | 32 | CE | 3E | 4C | 0 | 13 | FB | 3D | 32 |
| Octal | 116 | 62 | 316 | 76 | 114 | 0 | 23 | 373 | 75 | 62 |
| Binary | 1001110 | 110010 | 11001110 | 111110 | 1001100 | 0 | 10011 | 11111011 | 111101 | 110010 |
Color Harmonies of #4E32CE
Complementary color
Monochromatic Colors of #4E32CE
Black with #4E32CE
Text Example
Text Example
White with #4E32CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E32CE; }
p { color: rgb(78,50,206); }
H1.HeaderClassName
{
color: #4E32CE;
}
.AnyTagClassName
{
color: #4E32CE;
}
</style>
background-color css
<style>
a { background-color: #4E32CE; }
a { background-color: rgb(78,50,206); }
div.DivClassName
{
background-color: #4E32CE;
}
.BgClassName
{
background-color: #4E32CE;
}
</style>
border-color css
<style>
span { border-color: #4E32CE; }
span { border-color: rgb(78,50,206); }
td.TdClassName
{
border-color: #4E32CE;
}
.TagClassName
{
border-color: #4E32CE;
}
</style>