Shades of Purple Heart #5B08BD
Tints of Purple Heart #5B08BD
RGB
CMYK
RGB Variations
Color information
#5B08BD (or 0x5B08BD) is known color: Purple Heart. HEX triplet: 5B, 08 and BD. RGB value is (91,8,189). Sum of RGB (Red+Green+Blue) = 91+8+189=288 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.60% from 288); Green value is 8 (3.52% from 255 or 2.78% from 288); Blue value is 189 (74.22% from 255 or 65.62% from 288); Max value from RGB is 189 - color contains mainly: blue. Hex color #5B08BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B08BD is #A4F742. Grayscale: #343434. Windows color (decimal): -10811203 or 12388443. OLE color: 12388443.
HSL color Cylindrical-coordinate representation of color #5B08BD: hue angle of 267.51º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5B08BD is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 8 | 189 | - |
| CMYK | 0.52 | 0.96 | 0 | 0.26 |
| HSL | 267.51º | 0.92% | 0.39% | - |
| HSV(B) | 267.51º | 0.96% | 0.74% | - |
| XYZ | 13.59 | 6.07 | 48.6 | - |
| YUV | 53.45 | 204.5 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 8 | 189 | 0.52 | 0.96 | 0 | 0.26 | 267.51 | 0.92 | 0.39 |
| Hex | 5B | 8 | BD | 34 | 60 | 0 | 1A | 10C | 5C | 27 |
| Octal | 133 | 10 | 275 | 64 | 140 | 0 | 32 | 414 | 134 | 47 |
| Binary | 1011011 | 1000 | 10111101 | 110100 | 1100000 | 0 | 11010 | 100001100 | 1011100 | 100111 |
Color Harmonies of #5B08BD
Complementary color
Monochromatic Colors of #5B08BD
Black with #5B08BD
Text Example
Text Example
White with #5B08BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B08BD; }
p { color: rgb(91,8,189); }
H1.HeaderClassName
{
color: #5B08BD;
}
.AnyTagClassName
{
color: #5B08BD;
}
</style>
background-color css
<style>
a { background-color: #5B08BD; }
a { background-color: rgb(91,8,189); }
div.DivClassName
{
background-color: #5B08BD;
}
.BgClassName
{
background-color: #5B08BD;
}
</style>
border-color css
<style>
span { border-color: #5B08BD; }
span { border-color: rgb(91,8,189); }
td.TdClassName
{
border-color: #5B08BD;
}
.TagClassName
{
border-color: #5B08BD;
}
</style>