Shades of Purple Heart #5B1BBA
Tints of Purple Heart #5B1BBA
RGB
CMYK
RGB Variations
Color information
#5B1BBA (or 0x5B1BBA) is known color: Purple Heart. HEX triplet: 5B, 1B and BA. RGB value is (91,27,186). Sum of RGB (Red+Green+Blue) = 91+27+186=304 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.93% from 304); Green value is 27 (10.94% from 255 or 8.88% from 304); Blue value is 186 (73.05% from 255 or 61.18% from 304); Max value from RGB is 186 - color contains mainly: blue. Hex color #5B1BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B1BBA is #A4E445. Grayscale: #3F3F3F. Windows color (decimal): -10806342 or 12196699. OLE color: 12196699.
HSL color Cylindrical-coordinate representation of color #5B1BBA: hue angle of 264.15º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5B1BBA is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 91 | 27 | 186 | - |
| CMYK | 0.51 | 0.85 | 0 | 0.27 |
| HSL | 264.15º | 0.75% | 0.42% | - |
| HSV(B) | 264.15º | 0.85% | 0.73% | - |
| XYZ | 13.57 | 6.55 | 47 | - |
| YUV | 64.26 | 196.7 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 27 | 186 | 0.51 | 0.85 | 0 | 0.27 | 264.15 | 0.75 | 0.42 |
| Hex | 5B | 1B | BA | 33 | 55 | 0 | 1B | 108 | 4B | 2A |
| Octal | 133 | 33 | 272 | 63 | 125 | 0 | 33 | 410 | 113 | 52 |
| Binary | 1011011 | 11011 | 10111010 | 110011 | 1010101 | 0 | 11011 | 100001000 | 1001011 | 101010 |
Color Harmonies of #5B1BBA
Complementary color
Monochromatic Colors of #5B1BBA
Black with #5B1BBA
Text Example
Text Example
White with #5B1BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1BBA; }
p { color: rgb(91,27,186); }
H1.HeaderClassName
{
color: #5B1BBA;
}
.AnyTagClassName
{
color: #5B1BBA;
}
</style>
background-color css
<style>
a { background-color: #5B1BBA; }
a { background-color: rgb(91,27,186); }
div.DivClassName
{
background-color: #5B1BBA;
}
.BgClassName
{
background-color: #5B1BBA;
}
</style>
border-color css
<style>
span { border-color: #5B1BBA; }
span { border-color: rgb(91,27,186); }
td.TdClassName
{
border-color: #5B1BBA;
}
.TagClassName
{
border-color: #5B1BBA;
}
</style>