Shades of Purple Heart #5B3BB8
Tints of Purple Heart #5B3BB8
RGB
CMYK
RGB Variations
Color information
#5B3BB8 (or 0x5B3BB8) is known color: Purple Heart. HEX triplet: 5B, 3B and B8. RGB value is (91,59,184). Sum of RGB (Red+Green+Blue) = 91+59+184=334 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.25% from 334); Green value is 59 (23.44% from 255 or 17.66% from 334); Blue value is 184 (72.27% from 255 or 55.09% from 334); Max value from RGB is 184 - color contains mainly: blue. Hex color #5B3BB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B3BB8 is #A4C447. Grayscale: #525252. Windows color (decimal): -10798152 or 12073819. OLE color: 12073819.
HSL color Cylindrical-coordinate representation of color #5B3BB8: hue angle of 255.36º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5B3BB8 is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 91 | 59 | 184 | - |
| CMYK | 0.51 | 0.68 | 0 | 0.28 |
| HSL | 255.36º | 0.51% | 0.48% | - |
| HSV(B) | 255.36º | 0.68% | 0.72% | - |
| XYZ | 14.53 | 8.81 | 46.28 | - |
| YUV | 82.82 | 185.1 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 59 | 184 | 0.51 | 0.68 | 0 | 0.28 | 255.36 | 0.51 | 0.48 |
| Hex | 5B | 3B | B8 | 33 | 44 | 0 | 1C | FF | 33 | 30 |
| Octal | 133 | 73 | 270 | 63 | 104 | 0 | 34 | 377 | 63 | 60 |
| Binary | 1011011 | 111011 | 10111000 | 110011 | 1000100 | 0 | 11100 | 11111111 | 110011 | 110000 |
Color Harmonies of #5B3BB8
Complementary color
Monochromatic Colors of #5B3BB8
Black with #5B3BB8
Text Example
Text Example
White with #5B3BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3BB8; }
p { color: rgb(91,59,184); }
H1.HeaderClassName
{
color: #5B3BB8;
}
.AnyTagClassName
{
color: #5B3BB8;
}
</style>
background-color css
<style>
a { background-color: #5B3BB8; }
a { background-color: rgb(91,59,184); }
div.DivClassName
{
background-color: #5B3BB8;
}
.BgClassName
{
background-color: #5B3BB8;
}
</style>
border-color css
<style>
span { border-color: #5B3BB8; }
span { border-color: rgb(91,59,184); }
td.TdClassName
{
border-color: #5B3BB8;
}
.TagClassName
{
border-color: #5B3BB8;
}
</style>