Shades of Purple Heart #5B19B2
Tints of Purple Heart #5B19B2
RGB
CMYK
RGB Variations
Color information
#5B19B2 (or 0x5B19B2) is known color: Purple Heart. HEX triplet: 5B, 19 and B2. RGB value is (91,25,178). Sum of RGB (Red+Green+Blue) = 91+25+178=294 (38% of max value = 765). Red value is 91 (35.94% from 255 or 30.95% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 178 (69.92% from 255 or 60.54% from 294); Max value from RGB is 178 - color contains mainly: blue. Hex color #5B19B2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B19B2 is #A4E64D. Grayscale: #3D3D3D. Windows color (decimal): -10806862 or 11671899. OLE color: 11671899.
HSL color Cylindrical-coordinate representation of color #5B19B2: hue angle of 265.88º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5B19B2 is Cyan = 0.49, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 91 | 25 | 178 | - |
| CMYK | 0.49 | 0.86 | 0 | 0.30 |
| HSL | 265.88º | 0.75% | 0.4% | - |
| HSV(B) | 265.88º | 0.86% | 0.7% | - |
| XYZ | 12.7 | 6.13 | 42.63 | - |
| YUV | 62.18 | 193.37 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 25 | 178 | 0.49 | 0.86 | 0 | 0.30 | 265.88 | 0.75 | 0.4 |
| Hex | 5B | 19 | B2 | 31 | 56 | 0 | 1E | 10A | 4B | 28 |
| Octal | 133 | 31 | 262 | 61 | 126 | 0 | 36 | 412 | 113 | 50 |
| Binary | 1011011 | 11001 | 10110010 | 110001 | 1010110 | 0 | 11110 | 100001010 | 1001011 | 101000 |
Color Harmonies of #5B19B2
Complementary color
Monochromatic Colors of #5B19B2
Black with #5B19B2
Text Example
Text Example
White with #5B19B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B19B2; }
p { color: rgb(91,25,178); }
H1.HeaderClassName
{
color: #5B19B2;
}
.AnyTagClassName
{
color: #5B19B2;
}
</style>
background-color css
<style>
a { background-color: #5B19B2; }
a { background-color: rgb(91,25,178); }
div.DivClassName
{
background-color: #5B19B2;
}
.BgClassName
{
background-color: #5B19B2;
}
</style>
border-color css
<style>
span { border-color: #5B19B2; }
span { border-color: rgb(91,25,178); }
td.TdClassName
{
border-color: #5B19B2;
}
.TagClassName
{
border-color: #5B19B2;
}
</style>