Shades of Purple Heart #5B32BD
Tints of Purple Heart #5B32BD
RGB
CMYK
RGB Variations
Color information
#5B32BD (or 0x5B32BD) is known color: Purple Heart. HEX triplet: 5B, 32 and BD. RGB value is (91,50,189). Sum of RGB (Red+Green+Blue) = 91+50+189=330 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.58% from 330); Green value is 50 (19.92% from 255 or 15.15% from 330); Blue value is 189 (74.22% from 255 or 57.27% from 330); Max value from RGB is 189 - color contains mainly: blue. Hex color #5B32BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B32BD is #A4CD42. Grayscale: #4D4D4D. Windows color (decimal): -10800451 or 12399195. OLE color: 12399195.
HSL color Cylindrical-coordinate representation of color #5B32BD: hue angle of 257.7º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5B32BD is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 50 | 189 | - |
| CMYK | 0.52 | 0.74 | 0 | 0.26 |
| HSL | 257.7º | 0.58% | 0.47% | - |
| HSV(B) | 257.7º | 0.74% | 0.74% | - |
| XYZ | 14.64 | 8.18 | 48.95 | - |
| YUV | 78.11 | 190.58 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 50 | 189 | 0.52 | 0.74 | 0 | 0.26 | 257.7 | 0.58 | 0.47 |
| Hex | 5B | 32 | BD | 34 | 4A | 0 | 1A | 102 | 3A | 2F |
| Octal | 133 | 62 | 275 | 64 | 112 | 0 | 32 | 402 | 72 | 57 |
| Binary | 1011011 | 110010 | 10111101 | 110100 | 1001010 | 0 | 11010 | 100000010 | 111010 | 101111 |
Color Harmonies of #5B32BD
Complementary color
Monochromatic Colors of #5B32BD
Black with #5B32BD
Text Example
Text Example
White with #5B32BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B32BD; }
p { color: rgb(91,50,189); }
H1.HeaderClassName
{
color: #5B32BD;
}
.AnyTagClassName
{
color: #5B32BD;
}
</style>
background-color css
<style>
a { background-color: #5B32BD; }
a { background-color: rgb(91,50,189); }
div.DivClassName
{
background-color: #5B32BD;
}
.BgClassName
{
background-color: #5B32BD;
}
</style>
border-color css
<style>
span { border-color: #5B32BD; }
span { border-color: rgb(91,50,189); }
td.TdClassName
{
border-color: #5B32BD;
}
.TagClassName
{
border-color: #5B32BD;
}
</style>