Shades of Purple Heart #3E24BE
Tints of Purple Heart #3E24BE
RGB
CMYK
RGB Variations
Color information
#3E24BE (or 0x3E24BE) is known color: Purple Heart. HEX triplet: 3E, 24 and BE. RGB value is (62,36,190). Sum of RGB (Red+Green+Blue) = 62+36+190=288 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.53% from 288); Green value is 36 (14.45% from 255 or 12.5% from 288); Blue value is 190 (74.61% from 255 or 65.97% from 288); Max value from RGB is 190 - color contains mainly: blue. Hex color #3E24BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E24BE is #C1DB41. Grayscale: #3C3C3C. Windows color (decimal): -12704578 or 12461118. OLE color: 12461118.
HSL color Cylindrical-coordinate representation of color #3E24BE: hue angle of 250.13º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3E24BE is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 62 | 36 | 190 | - |
| CMYK | 0.67 | 0.81 | 0 | 0.25 |
| HSL | 250.13º | 0.68% | 0.44% | - |
| HSV(B) | 250.13º | 0.81% | 0.75% | - |
| XYZ | 11.91 | 6 | 49.25 | - |
| YUV | 61.33 | 200.61 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 36 | 190 | 0.67 | 0.81 | 0 | 0.25 | 250.13 | 0.68 | 0.44 |
| Hex | 3E | 24 | BE | 43 | 51 | 0 | 19 | FA | 44 | 2C |
| Octal | 76 | 44 | 276 | 103 | 121 | 0 | 31 | 372 | 104 | 54 |
| Binary | 111110 | 100100 | 10111110 | 1000011 | 1010001 | 0 | 11001 | 11111010 | 1000100 | 101100 |
Color Harmonies of #3E24BE
Complementary color
Monochromatic Colors of #3E24BE
Black with #3E24BE
Text Example
Text Example
White with #3E24BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E24BE; }
p { color: rgb(62,36,190); }
H1.HeaderClassName
{
color: #3E24BE;
}
.AnyTagClassName
{
color: #3E24BE;
}
</style>
background-color css
<style>
a { background-color: #3E24BE; }
a { background-color: rgb(62,36,190); }
div.DivClassName
{
background-color: #3E24BE;
}
.BgClassName
{
background-color: #3E24BE;
}
</style>
border-color css
<style>
span { border-color: #3E24BE; }
span { border-color: rgb(62,36,190); }
td.TdClassName
{
border-color: #3E24BE;
}
.TagClassName
{
border-color: #3E24BE;
}
</style>