Shades of Purple Heart #5B19CB
Tints of Purple Heart #5B19CB
RGB
CMYK
RGB Variations
Color information
#5B19CB (or 0x5B19CB) is known color: Purple Heart. HEX triplet: 5B, 19 and CB. RGB value is (91,25,203). Sum of RGB (Red+Green+Blue) = 91+25+203=319 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.53% from 319); Green value is 25 (10.16% from 255 or 7.84% from 319); Blue value is 203 (79.69% from 255 or 63.64% from 319); Max value from RGB is 203 - color contains mainly: blue. Hex color #5B19CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B19CB is #A4E634. Grayscale: #404040. Windows color (decimal): -10806837 or 13310299. OLE color: 13310299.
HSL color Cylindrical-coordinate representation of color #5B19CB: hue angle of 262.25º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5B19CB is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 25 | 203 | - |
| CMYK | 0.55 | 0.88 | 0 | 0.20 |
| HSL | 262.25º | 0.78% | 0.45% | - |
| HSV(B) | 262.25º | 0.88% | 0.8% | - |
| XYZ | 15.44 | 7.23 | 57.08 | - |
| YUV | 65.03 | 205.87 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 25 | 203 | 0.55 | 0.88 | 0 | 0.20 | 262.25 | 0.78 | 0.45 |
| Hex | 5B | 19 | CB | 37 | 58 | 0 | 14 | 106 | 4E | 2D |
| Octal | 133 | 31 | 313 | 67 | 130 | 0 | 24 | 406 | 116 | 55 |
| Binary | 1011011 | 11001 | 11001011 | 110111 | 1011000 | 0 | 10100 | 100000110 | 1001110 | 101101 |
Color Harmonies of #5B19CB
Complementary color
Monochromatic Colors of #5B19CB
Black with #5B19CB
Text Example
Text Example
White with #5B19CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B19CB; }
p { color: rgb(91,25,203); }
H1.HeaderClassName
{
color: #5B19CB;
}
.AnyTagClassName
{
color: #5B19CB;
}
</style>
background-color css
<style>
a { background-color: #5B19CB; }
a { background-color: rgb(91,25,203); }
div.DivClassName
{
background-color: #5B19CB;
}
.BgClassName
{
background-color: #5B19CB;
}
</style>
border-color css
<style>
span { border-color: #5B19CB; }
span { border-color: rgb(91,25,203); }
td.TdClassName
{
border-color: #5B19CB;
}
.TagClassName
{
border-color: #5B19CB;
}
</style>