Shades of Purple Heart #5E2CBD
Tints of Purple Heart #5E2CBD
RGB
CMYK
RGB Variations
Color information
#5E2CBD (or 0x5E2CBD) is known color: Purple Heart. HEX triplet: 5E, 2C and BD. RGB value is (94,44,189). Sum of RGB (Red+Green+Blue) = 94+44+189=327 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.75% from 327); Green value is 44 (17.58% from 255 or 13.46% from 327); Blue value is 189 (74.22% from 255 or 57.80% from 327); Max value from RGB is 189 - color contains mainly: blue. Hex color #5E2CBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E2CBD is #A1D342. Grayscale: #4A4A4A. Windows color (decimal): -10605379 or 12397662. OLE color: 12397662.
HSL color Cylindrical-coordinate representation of color #5E2CBD: hue angle of 260.69º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5E2CBD is Cyan = 0.50, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 44 | 189 | - |
| CMYK | 0.50 | 0.77 | 0 | 0.26 |
| HSL | 260.69º | 0.62% | 0.46% | - |
| HSV(B) | 260.69º | 0.77% | 0.74% | - |
| XYZ | 14.7 | 7.86 | 48.89 | - |
| YUV | 75.48 | 192.07 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 44 | 189 | 0.50 | 0.77 | 0 | 0.26 | 260.69 | 0.62 | 0.46 |
| Hex | 5E | 2C | BD | 32 | 4D | 0 | 1A | 105 | 3E | 2E |
| Octal | 136 | 54 | 275 | 62 | 115 | 0 | 32 | 405 | 76 | 56 |
| Binary | 1011110 | 101100 | 10111101 | 110010 | 1001101 | 0 | 11010 | 100000101 | 111110 | 101110 |
Color Harmonies of #5E2CBD
Complementary color
Monochromatic Colors of #5E2CBD
Black with #5E2CBD
Text Example
Text Example
White with #5E2CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2CBD; }
p { color: rgb(94,44,189); }
H1.HeaderClassName
{
color: #5E2CBD;
}
.AnyTagClassName
{
color: #5E2CBD;
}
</style>
background-color css
<style>
a { background-color: #5E2CBD; }
a { background-color: rgb(94,44,189); }
div.DivClassName
{
background-color: #5E2CBD;
}
.BgClassName
{
background-color: #5E2CBD;
}
</style>
border-color css
<style>
span { border-color: #5E2CBD; }
span { border-color: rgb(94,44,189); }
td.TdClassName
{
border-color: #5E2CBD;
}
.TagClassName
{
border-color: #5E2CBD;
}
</style>