Shades of Purple Heart #5B0ED5
Tints of Purple Heart #5B0ED5
RGB
CMYK
RGB Variations
Color information
#5B0ED5 (or 0x5B0ED5) is known color: Purple Heart. HEX triplet: 5B, 0E and D5. RGB value is (91,14,213). Sum of RGB (Red+Green+Blue) = 91+14+213=318 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.62% from 318); Green value is 14 (5.86% from 255 or 4.40% from 318); Blue value is 213 (83.59% from 255 or 66.98% from 318); Max value from RGB is 213 - color contains mainly: blue. Hex color #5B0ED5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B0ED5 is #A4F12A. Grayscale: #3A3A3A. Windows color (decimal): -10809643 or 13962843. OLE color: 13962843.
HSL color Cylindrical-coordinate representation of color #5B0ED5: hue angle of 263.22º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5B0ED5 is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 91 | 14 | 213 | - |
| CMYK | 0.57 | 0.93 | 0 | 0.16 |
| HSL | 263.22º | 0.88% | 0.45% | - |
| HSV(B) | 263.22º | 0.93% | 0.84% | - |
| XYZ | 16.48 | 7.34 | 63.5 | - |
| YUV | 59.71 | 214.51 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 14 | 213 | 0.57 | 0.93 | 0 | 0.16 | 263.22 | 0.88 | 0.45 |
| Hex | 5B | E | D5 | 39 | 5D | 0 | 10 | 107 | 58 | 2D |
| Octal | 133 | 16 | 325 | 71 | 135 | 0 | 20 | 407 | 130 | 55 |
| Binary | 1011011 | 1110 | 11010101 | 111001 | 1011101 | 0 | 10000 | 100000111 | 1011000 | 101101 |
Color Harmonies of #5B0ED5
Complementary color
Monochromatic Colors of #5B0ED5
Black with #5B0ED5
Text Example
Text Example
White with #5B0ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0ED5; }
p { color: rgb(91,14,213); }
H1.HeaderClassName
{
color: #5B0ED5;
}
.AnyTagClassName
{
color: #5B0ED5;
}
</style>
background-color css
<style>
a { background-color: #5B0ED5; }
a { background-color: rgb(91,14,213); }
div.DivClassName
{
background-color: #5B0ED5;
}
.BgClassName
{
background-color: #5B0ED5;
}
</style>
border-color css
<style>
span { border-color: #5B0ED5; }
span { border-color: rgb(91,14,213); }
td.TdClassName
{
border-color: #5B0ED5;
}
.TagClassName
{
border-color: #5B0ED5;
}
</style>