Shades of Purple Heart #3E24CE
Tints of Purple Heart #3E24CE
RGB
CMYK
RGB Variations
Color information
#3E24CE (or 0x3E24CE) is known color: Purple Heart. HEX triplet: 3E, 24 and CE. RGB value is (62,36,206). Sum of RGB (Red+Green+Blue) = 62+36+206=304 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.39% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 206 (80.86% from 255 or 67.76% from 304); Max value from RGB is 206 - color contains mainly: blue. Hex color #3E24CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E24CE is #C1DB31. Grayscale: #3E3E3E. Windows color (decimal): -12704562 or 13509694. OLE color: 13509694.
HSL color Cylindrical-coordinate representation of color #3E24CE: hue angle of 249.18º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3E24CE is Cyan = 0.70, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 36 | 206 | - |
| CMYK | 0.70 | 0.83 | 0 | 0.19 |
| HSL | 249.18º | 0.7% | 0.47% | - |
| HSV(B) | 249.18º | 0.83% | 0.81% | - |
| XYZ | 13.76 | 6.74 | 58.97 | - |
| YUV | 63.15 | 208.61 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 36 | 206 | 0.70 | 0.83 | 0 | 0.19 | 249.18 | 0.7 | 0.47 |
| Hex | 3E | 24 | CE | 46 | 53 | 0 | 13 | F9 | 46 | 2F |
| Octal | 76 | 44 | 316 | 106 | 123 | 0 | 23 | 371 | 106 | 57 |
| Binary | 111110 | 100100 | 11001110 | 1000110 | 1010011 | 0 | 10011 | 11111001 | 1000110 | 101111 |
Color Harmonies of #3E24CE
Complementary color
Monochromatic Colors of #3E24CE
Black with #3E24CE
Text Example
Text Example
White with #3E24CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E24CE; }
p { color: rgb(62,36,206); }
H1.HeaderClassName
{
color: #3E24CE;
}
.AnyTagClassName
{
color: #3E24CE;
}
</style>
background-color css
<style>
a { background-color: #3E24CE; }
a { background-color: rgb(62,36,206); }
div.DivClassName
{
background-color: #3E24CE;
}
.BgClassName
{
background-color: #3E24CE;
}
</style>
border-color css
<style>
span { border-color: #3E24CE; }
span { border-color: rgb(62,36,206); }
td.TdClassName
{
border-color: #3E24CE;
}
.TagClassName
{
border-color: #3E24CE;
}
</style>