Shades of Purple Heart #5B19D8
Tints of Purple Heart #5B19D8
RGB
CMYK
RGB Variations
Color information
#5B19D8 (or 0x5B19D8) is known color: Purple Heart. HEX triplet: 5B, 19 and D8. RGB value is (91,25,216). Sum of RGB (Red+Green+Blue) = 91+25+216=332 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.41% from 332); Green value is 25 (10.16% from 255 or 7.53% from 332); Blue value is 216 (84.77% from 255 or 65.06% from 332); Max value from RGB is 216 - color contains mainly: blue. Hex color #5B19D8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B19D8 is #A4E627. Grayscale: #414141. Windows color (decimal): -10806824 or 14162267. OLE color: 14162267.
HSL color Cylindrical-coordinate representation of color #5B19D8: hue angle of 260.73º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5B19D8 is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 91 | 25 | 216 | - |
| CMYK | 0.58 | 0.88 | 0 | 0.15 |
| HSL | 260.73º | 0.79% | 0.47% | - |
| HSV(B) | 260.73º | 0.88% | 0.85% | - |
| XYZ | 17.06 | 7.88 | 65.59 | - |
| YUV | 66.51 | 212.37 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 25 | 216 | 0.58 | 0.88 | 0 | 0.15 | 260.73 | 0.79 | 0.47 |
| Hex | 5B | 19 | D8 | 3A | 58 | 0 | F | 105 | 4F | 2F |
| Octal | 133 | 31 | 330 | 72 | 130 | 0 | 17 | 405 | 117 | 57 |
| Binary | 1011011 | 11001 | 11011000 | 111010 | 1011000 | 0 | 1111 | 100000101 | 1001111 | 101111 |
Color Harmonies of #5B19D8
Complementary color
Monochromatic Colors of #5B19D8
Black with #5B19D8
Text Example
Text Example
White with #5B19D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B19D8; }
p { color: rgb(91,25,216); }
H1.HeaderClassName
{
color: #5B19D8;
}
.AnyTagClassName
{
color: #5B19D8;
}
</style>
background-color css
<style>
a { background-color: #5B19D8; }
a { background-color: rgb(91,25,216); }
div.DivClassName
{
background-color: #5B19D8;
}
.BgClassName
{
background-color: #5B19D8;
}
</style>
border-color css
<style>
span { border-color: #5B19D8; }
span { border-color: rgb(91,25,216); }
td.TdClassName
{
border-color: #5B19D8;
}
.TagClassName
{
border-color: #5B19D8;
}
</style>