Shades of Purple Heart #5E2EB4
Tints of Purple Heart #5E2EB4
RGB
CMYK
RGB Variations
Color information
#5E2EB4 (or 0x5E2EB4) is known color: Purple Heart. HEX triplet: 5E, 2E and B4. RGB value is (94,46,180). Sum of RGB (Red+Green+Blue) = 94+46+180=320 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.38% from 320); Green value is 46 (18.36% from 255 or 14.38% from 320); Blue value is 180 (70.70% from 255 or 56.25% from 320); Max value from RGB is 180 - color contains mainly: blue. Hex color #5E2EB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E2EB4 is #A1D14B. Grayscale: #4B4B4B. Windows color (decimal): -10604876 or 11808350. OLE color: 11808350.
HSL color Cylindrical-coordinate representation of color #5E2EB4: hue angle of 261.49º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5E2EB4 is Cyan = 0.48, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 94 | 46 | 180 | - |
| CMYK | 0.48 | 0.74 | 0 | 0.29 |
| HSL | 261.49º | 0.59% | 0.44% | - |
| HSV(B) | 261.49º | 0.74% | 0.71% | - |
| XYZ | 13.83 | 7.63 | 43.92 | - |
| YUV | 75.63 | 186.9 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 46 | 180 | 0.48 | 0.74 | 0 | 0.29 | 261.49 | 0.59 | 0.44 |
| Hex | 5E | 2E | B4 | 30 | 4A | 0 | 1D | 105 | 3B | 2C |
| Octal | 136 | 56 | 264 | 60 | 112 | 0 | 35 | 405 | 73 | 54 |
| Binary | 1011110 | 101110 | 10110100 | 110000 | 1001010 | 0 | 11101 | 100000101 | 111011 | 101100 |
Color Harmonies of #5E2EB4
Complementary color
Monochromatic Colors of #5E2EB4
Black with #5E2EB4
Text Example
Text Example
White with #5E2EB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2EB4; }
p { color: rgb(94,46,180); }
H1.HeaderClassName
{
color: #5E2EB4;
}
.AnyTagClassName
{
color: #5E2EB4;
}
</style>
background-color css
<style>
a { background-color: #5E2EB4; }
a { background-color: rgb(94,46,180); }
div.DivClassName
{
background-color: #5E2EB4;
}
.BgClassName
{
background-color: #5E2EB4;
}
</style>
border-color css
<style>
span { border-color: #5E2EB4; }
span { border-color: rgb(94,46,180); }
td.TdClassName
{
border-color: #5E2EB4;
}
.TagClassName
{
border-color: #5E2EB4;
}
</style>