Shades of Purple Heart #5B3BBD
Tints of Purple Heart #5B3BBD
RGB
CMYK
RGB Variations
Color information
#5B3BBD (or 0x5B3BBD) is known color: Purple Heart. HEX triplet: 5B, 3B and BD. RGB value is (91,59,189). Sum of RGB (Red+Green+Blue) = 91+59+189=339 (44% of max value = 765). Red value is 91 (35.94% from 255 or 26.84% from 339); Green value is 59 (23.44% from 255 or 17.40% from 339); Blue value is 189 (74.22% from 255 or 55.75% from 339); Max value from RGB is 189 - color contains mainly: blue. Hex color #5B3BBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B3BBD is #A4C442. Grayscale: #525252. Windows color (decimal): -10798147 or 12401499. OLE color: 12401499.
HSL color Cylindrical-coordinate representation of color #5B3BBD: hue angle of 254.77º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5B3BBD is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 59 | 189 | - |
| CMYK | 0.52 | 0.69 | 0 | 0.26 |
| HSL | 254.77º | 0.52% | 0.49% | - |
| HSV(B) | 254.77º | 0.69% | 0.74% | - |
| XYZ | 15.06 | 9.03 | 49.09 | - |
| YUV | 83.39 | 187.6 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 59 | 189 | 0.52 | 0.69 | 0 | 0.26 | 254.77 | 0.52 | 0.49 |
| Hex | 5B | 3B | BD | 34 | 45 | 0 | 1A | FF | 34 | 31 |
| Octal | 133 | 73 | 275 | 64 | 105 | 0 | 32 | 377 | 64 | 61 |
| Binary | 1011011 | 111011 | 10111101 | 110100 | 1000101 | 0 | 11010 | 11111111 | 110100 | 110001 |
Color Harmonies of #5B3BBD
Complementary color
Monochromatic Colors of #5B3BBD
Black with #5B3BBD
Text Example
Text Example
White with #5B3BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3BBD; }
p { color: rgb(91,59,189); }
H1.HeaderClassName
{
color: #5B3BBD;
}
.AnyTagClassName
{
color: #5B3BBD;
}
</style>
background-color css
<style>
a { background-color: #5B3BBD; }
a { background-color: rgb(91,59,189); }
div.DivClassName
{
background-color: #5B3BBD;
}
.BgClassName
{
background-color: #5B3BBD;
}
</style>
border-color css
<style>
span { border-color: #5B3BBD; }
span { border-color: rgb(91,59,189); }
td.TdClassName
{
border-color: #5B3BBD;
}
.TagClassName
{
border-color: #5B3BBD;
}
</style>