Shades of Purple Heart #5E0BBF
Tints of Purple Heart #5E0BBF
RGB
CMYK
RGB Variations
Color information
#5E0BBF (or 0x5E0BBF) is known color: Purple Heart. HEX triplet: 5E, 0B and BF. RGB value is (94,11,191). Sum of RGB (Red+Green+Blue) = 94+11+191=296 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.76% from 296); Green value is 11 (4.69% from 255 or 3.72% from 296); Blue value is 191 (75% from 255 or 64.53% from 296); Max value from RGB is 191 - color contains mainly: blue. Hex color #5E0BBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E0BBF is #A1F440. Grayscale: #373737. Windows color (decimal): -10613825 or 12520286. OLE color: 12520286.
HSL color Cylindrical-coordinate representation of color #5E0BBF: hue angle of 267.67º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5E0BBF is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 94 | 11 | 191 | - |
| CMYK | 0.51 | 0.94 | 0 | 0.25 |
| HSL | 267.67º | 0.89% | 0.4% | - |
| HSV(B) | 267.67º | 0.94% | 0.75% | - |
| XYZ | 14.14 | 6.38 | 49.78 | - |
| YUV | 56.34 | 204 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 11 | 191 | 0.51 | 0.94 | 0 | 0.25 | 267.67 | 0.89 | 0.4 |
| Hex | 5E | B | BF | 33 | 5E | 0 | 19 | 10C | 59 | 28 |
| Octal | 136 | 13 | 277 | 63 | 136 | 0 | 31 | 414 | 131 | 50 |
| Binary | 1011110 | 1011 | 10111111 | 110011 | 1011110 | 0 | 11001 | 100001100 | 1011001 | 101000 |
Color Harmonies of #5E0BBF
Complementary color
Monochromatic Colors of #5E0BBF
Black with #5E0BBF
Text Example
Text Example
White with #5E0BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0BBF; }
p { color: rgb(94,11,191); }
H1.HeaderClassName
{
color: #5E0BBF;
}
.AnyTagClassName
{
color: #5E0BBF;
}
</style>
background-color css
<style>
a { background-color: #5E0BBF; }
a { background-color: rgb(94,11,191); }
div.DivClassName
{
background-color: #5E0BBF;
}
.BgClassName
{
background-color: #5E0BBF;
}
</style>
border-color css
<style>
span { border-color: #5E0BBF; }
span { border-color: rgb(94,11,191); }
td.TdClassName
{
border-color: #5E0BBF;
}
.TagClassName
{
border-color: #5E0BBF;
}
</style>