Shades of Purple Heart #5B0BAC
Tints of Purple Heart #5B0BAC
RGB
CMYK
RGB Variations
Color information
#5B0BAC (or 0x5B0BAC) is known color: Purple Heart. HEX triplet: 5B, 0B and AC. RGB value is (91,11,172). Sum of RGB (Red+Green+Blue) = 91+11+172=274 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.21% from 274); Green value is 11 (4.69% from 255 or 4.01% from 274); Blue value is 172 (67.58% from 255 or 62.77% from 274); Max value from RGB is 172 - color contains mainly: blue. Hex color #5B0BAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B0BAC is #A4F453. Grayscale: #343434. Windows color (decimal): -10810452 or 11275099. OLE color: 11275099.
HSL color Cylindrical-coordinate representation of color #5B0BAC: hue angle of 269.81º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5B0BAC is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 11 | 172 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.33 |
| HSL | 269.81º | 0.88% | 0.36% | - |
| HSV(B) | 269.81º | 0.94% | 0.67% | - |
| XYZ | 11.88 | 5.44 | 39.45 | - |
| YUV | 53.27 | 195 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 11 | 172 | 0.47 | 0.94 | 0 | 0.33 | 269.81 | 0.88 | 0.36 |
| Hex | 5B | B | AC | 2F | 5E | 0 | 21 | 10E | 58 | 24 |
| Octal | 133 | 13 | 254 | 57 | 136 | 0 | 41 | 416 | 130 | 44 |
| Binary | 1011011 | 1011 | 10101100 | 101111 | 1011110 | 0 | 100001 | 100001110 | 1011000 | 100100 |
Color Harmonies of #5B0BAC
Complementary color
Monochromatic Colors of #5B0BAC
Black with #5B0BAC
Text Example
Text Example
White with #5B0BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0BAC; }
p { color: rgb(91,11,172); }
H1.HeaderClassName
{
color: #5B0BAC;
}
.AnyTagClassName
{
color: #5B0BAC;
}
</style>
background-color css
<style>
a { background-color: #5B0BAC; }
a { background-color: rgb(91,11,172); }
div.DivClassName
{
background-color: #5B0BAC;
}
.BgClassName
{
background-color: #5B0BAC;
}
</style>
border-color css
<style>
span { border-color: #5B0BAC; }
span { border-color: rgb(91,11,172); }
td.TdClassName
{
border-color: #5B0BAC;
}
.TagClassName
{
border-color: #5B0BAC;
}
</style>