Shades of Purple Heart #5B3BD8
Tints of Purple Heart #5B3BD8
RGB
CMYK
RGB Variations
Color information
#5B3BD8 (or 0x5B3BD8) is known color: Purple Heart. HEX triplet: 5B, 3B and D8. RGB value is (91,59,216). Sum of RGB (Red+Green+Blue) = 91+59+216=366 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.86% from 366); Green value is 59 (23.44% from 255 or 16.12% from 366); Blue value is 216 (84.77% from 255 or 59.02% from 366); Max value from RGB is 216 - color contains mainly: blue. Hex color #5B3BD8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B3BD8 is #A4C427. Grayscale: #555555. Windows color (decimal): -10798120 or 14170971. OLE color: 14170971.
HSL color Cylindrical-coordinate representation of color #5B3BD8: hue angle of 252.23º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5B3BD8 is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 91 | 59 | 216 | - |
| CMYK | 0.58 | 0.73 | 0 | 0.15 |
| HSL | 252.23º | 0.67% | 0.54% | - |
| HSV(B) | 252.23º | 0.73% | 0.85% | - |
| XYZ | 18.27 | 10.31 | 65.99 | - |
| YUV | 86.47 | 201.1 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 59 | 216 | 0.58 | 0.73 | 0 | 0.15 | 252.23 | 0.67 | 0.54 |
| Hex | 5B | 3B | D8 | 3A | 49 | 0 | F | FC | 43 | 36 |
| Octal | 133 | 73 | 330 | 72 | 111 | 0 | 17 | 374 | 103 | 66 |
| Binary | 1011011 | 111011 | 11011000 | 111010 | 1001001 | 0 | 1111 | 11111100 | 1000011 | 110110 |
Color Harmonies of #5B3BD8
Complementary color
Monochromatic Colors of #5B3BD8
Black with #5B3BD8
Text Example
Text Example
White with #5B3BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3BD8; }
p { color: rgb(91,59,216); }
H1.HeaderClassName
{
color: #5B3BD8;
}
.AnyTagClassName
{
color: #5B3BD8;
}
</style>
background-color css
<style>
a { background-color: #5B3BD8; }
a { background-color: rgb(91,59,216); }
div.DivClassName
{
background-color: #5B3BD8;
}
.BgClassName
{
background-color: #5B3BD8;
}
</style>
border-color css
<style>
span { border-color: #5B3BD8; }
span { border-color: rgb(91,59,216); }
td.TdClassName
{
border-color: #5B3BD8;
}
.TagClassName
{
border-color: #5B3BD8;
}
</style>