Shades of Purple Heart #5B3ABB
Tints of Purple Heart #5B3ABB
RGB
CMYK
RGB Variations
Color information
#5B3ABB (or 0x5B3ABB) is known color: Purple Heart. HEX triplet: 5B, 3A and BB. RGB value is (91,58,187). Sum of RGB (Red+Green+Blue) = 91+58+187=336 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.08% from 336); Green value is 58 (23.05% from 255 or 17.26% from 336); Blue value is 187 (73.44% from 255 or 55.65% from 336); Max value from RGB is 187 - color contains mainly: blue. Hex color #5B3ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B3ABB is #A4C544. Grayscale: #525252. Windows color (decimal): -10798405 or 12270171. OLE color: 12270171.
HSL color Cylindrical-coordinate representation of color #5B3ABB: hue angle of 255.35º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5B3ABB is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 91 | 58 | 187 | - |
| CMYK | 0.51 | 0.69 | 0 | 0.27 |
| HSL | 255.35º | 0.53% | 0.48% | - |
| HSV(B) | 255.35º | 0.69% | 0.73% | - |
| XYZ | 14.8 | 8.84 | 47.94 | - |
| YUV | 82.57 | 186.93 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 58 | 187 | 0.51 | 0.69 | 0 | 0.27 | 255.35 | 0.53 | 0.48 |
| Hex | 5B | 3A | BB | 33 | 45 | 0 | 1B | FF | 35 | 30 |
| Octal | 133 | 72 | 273 | 63 | 105 | 0 | 33 | 377 | 65 | 60 |
| Binary | 1011011 | 111010 | 10111011 | 110011 | 1000101 | 0 | 11011 | 11111111 | 110101 | 110000 |
Color Harmonies of #5B3ABB
Complementary color
Monochromatic Colors of #5B3ABB
Black with #5B3ABB
Text Example
Text Example
White with #5B3ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3ABB; }
p { color: rgb(91,58,187); }
H1.HeaderClassName
{
color: #5B3ABB;
}
.AnyTagClassName
{
color: #5B3ABB;
}
</style>
background-color css
<style>
a { background-color: #5B3ABB; }
a { background-color: rgb(91,58,187); }
div.DivClassName
{
background-color: #5B3ABB;
}
.BgClassName
{
background-color: #5B3ABB;
}
</style>
border-color css
<style>
span { border-color: #5B3ABB; }
span { border-color: rgb(91,58,187); }
td.TdClassName
{
border-color: #5B3ABB;
}
.TagClassName
{
border-color: #5B3ABB;
}
</style>