Shades of Purple Heart #5E2AB6
Tints of Purple Heart #5E2AB6
RGB
CMYK
RGB Variations
Color information
#5E2AB6 (or 0x5E2AB6) is known color: Purple Heart. HEX triplet: 5E, 2A and B6. RGB value is (94,42,182). Sum of RGB (Red+Green+Blue) = 94+42+182=318 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.56% from 318); Green value is 42 (16.80% from 255 or 13.21% from 318); Blue value is 182 (71.48% from 255 or 57.23% from 318); Max value from RGB is 182 - color contains mainly: blue. Hex color #5E2AB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E2AB6 is #A1D549. Grayscale: #494949. Windows color (decimal): -10605898 or 11938398. OLE color: 11938398.
HSL color Cylindrical-coordinate representation of color #5E2AB6: hue angle of 262.29º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5E2AB6 is Cyan = 0.48, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 94 | 42 | 182 | - |
| CMYK | 0.48 | 0.77 | 0 | 0.29 |
| HSL | 262.29º | 0.63% | 0.44% | - |
| HSV(B) | 262.29º | 0.77% | 0.71% | - |
| XYZ | 13.89 | 7.41 | 44.95 | - |
| YUV | 73.51 | 189.23 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 42 | 182 | 0.48 | 0.77 | 0 | 0.29 | 262.29 | 0.63 | 0.44 |
| Hex | 5E | 2A | B6 | 30 | 4D | 0 | 1D | 106 | 3E | 2C |
| Octal | 136 | 52 | 266 | 60 | 115 | 0 | 35 | 406 | 76 | 54 |
| Binary | 1011110 | 101010 | 10110110 | 110000 | 1001101 | 0 | 11101 | 100000110 | 111110 | 101100 |
Color Harmonies of #5E2AB6
Complementary color
Monochromatic Colors of #5E2AB6
Black with #5E2AB6
Text Example
Text Example
White with #5E2AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2AB6; }
p { color: rgb(94,42,182); }
H1.HeaderClassName
{
color: #5E2AB6;
}
.AnyTagClassName
{
color: #5E2AB6;
}
</style>
background-color css
<style>
a { background-color: #5E2AB6; }
a { background-color: rgb(94,42,182); }
div.DivClassName
{
background-color: #5E2AB6;
}
.BgClassName
{
background-color: #5E2AB6;
}
</style>
border-color css
<style>
span { border-color: #5E2AB6; }
span { border-color: rgb(94,42,182); }
td.TdClassName
{
border-color: #5E2AB6;
}
.TagClassName
{
border-color: #5E2AB6;
}
</style>