Shades of Purple Heart #5E2DB5
Tints of Purple Heart #5E2DB5
RGB
CMYK
RGB Variations
Color information
#5E2DB5 (or 0x5E2DB5) is known color: Purple Heart. HEX triplet: 5E, 2D and B5. RGB value is (94,45,181). Sum of RGB (Red+Green+Blue) = 94+45+181=320 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.38% from 320); Green value is 45 (17.97% from 255 or 14.06% from 320); Blue value is 181 (71.09% from 255 or 56.56% from 320); Max value from RGB is 181 - color contains mainly: blue. Hex color #5E2DB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E2DB5 is #A1D24A. Grayscale: #4A4A4A. Windows color (decimal): -10605131 or 11873630. OLE color: 11873630.
HSL color Cylindrical-coordinate representation of color #5E2DB5: hue angle of 261.62º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5E2DB5 is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 94 | 45 | 181 | - |
| CMYK | 0.48 | 0.75 | 0 | 0.29 |
| HSL | 261.62º | 0.6% | 0.44% | - |
| HSV(B) | 261.62º | 0.75% | 0.71% | - |
| XYZ | 13.89 | 7.59 | 44.45 | - |
| YUV | 75.16 | 187.73 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 45 | 181 | 0.48 | 0.75 | 0 | 0.29 | 261.62 | 0.6 | 0.44 |
| Hex | 5E | 2D | B5 | 30 | 4B | 0 | 1D | 106 | 3C | 2C |
| Octal | 136 | 55 | 265 | 60 | 113 | 0 | 35 | 406 | 74 | 54 |
| Binary | 1011110 | 101101 | 10110101 | 110000 | 1001011 | 0 | 11101 | 100000110 | 111100 | 101100 |
Color Harmonies of #5E2DB5
Complementary color
Monochromatic Colors of #5E2DB5
Black with #5E2DB5
Text Example
Text Example
White with #5E2DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2DB5; }
p { color: rgb(94,45,181); }
H1.HeaderClassName
{
color: #5E2DB5;
}
.AnyTagClassName
{
color: #5E2DB5;
}
</style>
background-color css
<style>
a { background-color: #5E2DB5; }
a { background-color: rgb(94,45,181); }
div.DivClassName
{
background-color: #5E2DB5;
}
.BgClassName
{
background-color: #5E2DB5;
}
</style>
border-color css
<style>
span { border-color: #5E2DB5; }
span { border-color: rgb(94,45,181); }
td.TdClassName
{
border-color: #5E2DB5;
}
.TagClassName
{
border-color: #5E2DB5;
}
</style>