Shades of Purple Heart #5E27BD
Tints of Purple Heart #5E27BD
RGB
CMYK
RGB Variations
Color information
#5E27BD (or 0x5E27BD) is known color: Purple Heart. HEX triplet: 5E, 27 and BD. RGB value is (94,39,189). Sum of RGB (Red+Green+Blue) = 94+39+189=322 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.19% from 322); Green value is 39 (15.62% from 255 or 12.11% from 322); Blue value is 189 (74.22% from 255 or 58.70% from 322); Max value from RGB is 189 - color contains mainly: blue. Hex color #5E27BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E27BD is #A1D842. Grayscale: #484848. Windows color (decimal): -10606659 or 12396382. OLE color: 12396382.
HSL color Cylindrical-coordinate representation of color #5E27BD: hue angle of 262º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5E27BD is Cyan = 0.50, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 39 | 189 | - |
| CMYK | 0.50 | 0.79 | 0 | 0.26 |
| HSL | 262º | 0.66% | 0.45% | - |
| HSV(B) | 262º | 0.79% | 0.74% | - |
| XYZ | 14.53 | 7.5 | 48.83 | - |
| YUV | 72.55 | 193.72 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 39 | 189 | 0.50 | 0.79 | 0 | 0.26 | 262 | 0.66 | 0.45 |
| Hex | 5E | 27 | BD | 32 | 4F | 0 | 1A | 106 | 42 | 2D |
| Octal | 136 | 47 | 275 | 62 | 117 | 0 | 32 | 406 | 102 | 55 |
| Binary | 1011110 | 100111 | 10111101 | 110010 | 1001111 | 0 | 11010 | 100000110 | 1000010 | 101101 |
Color Harmonies of #5E27BD
Complementary color
Monochromatic Colors of #5E27BD
Black with #5E27BD
Text Example
Text Example
White with #5E27BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E27BD; }
p { color: rgb(94,39,189); }
H1.HeaderClassName
{
color: #5E27BD;
}
.AnyTagClassName
{
color: #5E27BD;
}
</style>
background-color css
<style>
a { background-color: #5E27BD; }
a { background-color: rgb(94,39,189); }
div.DivClassName
{
background-color: #5E27BD;
}
.BgClassName
{
background-color: #5E27BD;
}
</style>
border-color css
<style>
span { border-color: #5E27BD; }
span { border-color: rgb(94,39,189); }
td.TdClassName
{
border-color: #5E27BD;
}
.TagClassName
{
border-color: #5E27BD;
}
</style>