Shades of Purple Heart #5B08BA
Tints of Purple Heart #5B08BA
RGB
CMYK
RGB Variations
Color information
#5B08BA (or 0x5B08BA) is known color: Purple Heart. HEX triplet: 5B, 08 and BA. RGB value is (91,8,186). Sum of RGB (Red+Green+Blue) = 91+8+186=285 (37% of max value = 765). Red value is 91 (35.94% from 255 or 31.93% from 285); Green value is 8 (3.52% from 255 or 2.81% from 285); Blue value is 186 (73.05% from 255 or 65.26% from 285); Max value from RGB is 186 - color contains mainly: blue. Hex color #5B08BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B08BA is #A4F745. Grayscale: #343434. Windows color (decimal): -10811206 or 12191835. OLE color: 12191835.
HSL color Cylindrical-coordinate representation of color #5B08BA: hue angle of 267.98º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5B08BA is Cyan = 0.51, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 91 | 8 | 186 | - |
| CMYK | 0.51 | 0.96 | 0 | 0.27 |
| HSL | 267.98º | 0.92% | 0.38% | - |
| HSV(B) | 267.98º | 0.96% | 0.73% | - |
| XYZ | 13.26 | 5.94 | 46.9 | - |
| YUV | 53.11 | 203 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 8 | 186 | 0.51 | 0.96 | 0 | 0.27 | 267.98 | 0.92 | 0.38 |
| Hex | 5B | 8 | BA | 33 | 60 | 0 | 1B | 10C | 5C | 26 |
| Octal | 133 | 10 | 272 | 63 | 140 | 0 | 33 | 414 | 134 | 46 |
| Binary | 1011011 | 1000 | 10111010 | 110011 | 1100000 | 0 | 11011 | 100001100 | 1011100 | 100110 |
Color Harmonies of #5B08BA
Complementary color
Monochromatic Colors of #5B08BA
Black with #5B08BA
Text Example
Text Example
White with #5B08BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B08BA; }
p { color: rgb(91,8,186); }
H1.HeaderClassName
{
color: #5B08BA;
}
.AnyTagClassName
{
color: #5B08BA;
}
</style>
background-color css
<style>
a { background-color: #5B08BA; }
a { background-color: rgb(91,8,186); }
div.DivClassName
{
background-color: #5B08BA;
}
.BgClassName
{
background-color: #5B08BA;
}
</style>
border-color css
<style>
span { border-color: #5B08BA; }
span { border-color: rgb(91,8,186); }
td.TdClassName
{
border-color: #5B08BA;
}
.TagClassName
{
border-color: #5B08BA;
}
</style>