Shades of Purple Heart #5B2BBD
Tints of Purple Heart #5B2BBD
RGB
CMYK
RGB Variations
Color information
#5B2BBD (or 0x5B2BBD) is known color: Purple Heart. HEX triplet: 5B, 2B and BD. RGB value is (91,43,189). Sum of RGB (Red+Green+Blue) = 91+43+189=323 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.17% from 323); Green value is 43 (17.19% from 255 or 13.31% from 323); Blue value is 189 (74.22% from 255 or 58.51% from 323); Max value from RGB is 189 - color contains mainly: blue. Hex color #5B2BBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B2BBD is #A4D442. Grayscale: #494949. Windows color (decimal): -10802243 or 12397403. OLE color: 12397403.
HSL color Cylindrical-coordinate representation of color #5B2BBD: hue angle of 259.73º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5B2BBD is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 43 | 189 | - |
| CMYK | 0.52 | 0.77 | 0 | 0.26 |
| HSL | 259.73º | 0.63% | 0.45% | - |
| HSV(B) | 259.73º | 0.77% | 0.74% | - |
| XYZ | 14.36 | 7.63 | 48.86 | - |
| YUV | 74 | 192.9 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 43 | 189 | 0.52 | 0.77 | 0 | 0.26 | 259.73 | 0.63 | 0.45 |
| Hex | 5B | 2B | BD | 34 | 4D | 0 | 1A | 104 | 3F | 2D |
| Octal | 133 | 53 | 275 | 64 | 115 | 0 | 32 | 404 | 77 | 55 |
| Binary | 1011011 | 101011 | 10111101 | 110100 | 1001101 | 0 | 11010 | 100000100 | 111111 | 101101 |
Color Harmonies of #5B2BBD
Complementary color
Monochromatic Colors of #5B2BBD
Black with #5B2BBD
Text Example
Text Example
White with #5B2BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2BBD; }
p { color: rgb(91,43,189); }
H1.HeaderClassName
{
color: #5B2BBD;
}
.AnyTagClassName
{
color: #5B2BBD;
}
</style>
background-color css
<style>
a { background-color: #5B2BBD; }
a { background-color: rgb(91,43,189); }
div.DivClassName
{
background-color: #5B2BBD;
}
.BgClassName
{
background-color: #5B2BBD;
}
</style>
border-color css
<style>
span { border-color: #5B2BBD; }
span { border-color: rgb(91,43,189); }
td.TdClassName
{
border-color: #5B2BBD;
}
.TagClassName
{
border-color: #5B2BBD;
}
</style>