Shades of Purple Heart #5B2DBB
Tints of Purple Heart #5B2DBB
RGB
CMYK
RGB Variations
Color information
#5B2DBB (or 0x5B2DBB) is known color: Purple Heart. HEX triplet: 5B, 2D and BB. RGB value is (91,45,187). Sum of RGB (Red+Green+Blue) = 91+45+187=323 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.17% from 323); Green value is 45 (17.97% from 255 or 13.93% from 323); Blue value is 187 (73.44% from 255 or 57.89% from 323); Max value from RGB is 187 - color contains mainly: blue. Hex color #5B2DBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B2DBB is #A4D244. Grayscale: #4A4A4A. Windows color (decimal): -10801733 or 12266843. OLE color: 12266843.
HSL color Cylindrical-coordinate representation of color #5B2DBB: hue angle of 259.44º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5B2DBB is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 91 | 45 | 187 | - |
| CMYK | 0.51 | 0.76 | 0 | 0.27 |
| HSL | 259.44º | 0.61% | 0.45% | - |
| HSV(B) | 259.44º | 0.76% | 0.73% | - |
| XYZ | 14.22 | 7.69 | 47.75 | - |
| YUV | 74.94 | 191.24 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 45 | 187 | 0.51 | 0.76 | 0 | 0.27 | 259.44 | 0.61 | 0.45 |
| Hex | 5B | 2D | BB | 33 | 4C | 0 | 1B | 103 | 3D | 2D |
| Octal | 133 | 55 | 273 | 63 | 114 | 0 | 33 | 403 | 75 | 55 |
| Binary | 1011011 | 101101 | 10111011 | 110011 | 1001100 | 0 | 11011 | 100000011 | 111101 | 101101 |
Color Harmonies of #5B2DBB
Complementary color
Monochromatic Colors of #5B2DBB
Black with #5B2DBB
Text Example
Text Example
White with #5B2DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2DBB; }
p { color: rgb(91,45,187); }
H1.HeaderClassName
{
color: #5B2DBB;
}
.AnyTagClassName
{
color: #5B2DBB;
}
</style>
background-color css
<style>
a { background-color: #5B2DBB; }
a { background-color: rgb(91,45,187); }
div.DivClassName
{
background-color: #5B2DBB;
}
.BgClassName
{
background-color: #5B2DBB;
}
</style>
border-color css
<style>
span { border-color: #5B2DBB; }
span { border-color: rgb(91,45,187); }
td.TdClassName
{
border-color: #5B2DBB;
}
.TagClassName
{
border-color: #5B2DBB;
}
</style>