Shades of Purple Heart #5B08BC
Tints of Purple Heart #5B08BC
RGB
CMYK
RGB Variations
Color information
#5B08BC (or 0x5B08BC) is known color: Purple Heart. HEX triplet: 5B, 08 and BC. RGB value is (91,8,188). Sum of RGB (Red+Green+Blue) = 91+8+188=287 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.71% from 287); Green value is 8 (3.52% from 255 or 2.79% from 287); Blue value is 188 (73.83% from 255 or 65.51% from 287); Max value from RGB is 188 - color contains mainly: blue. Hex color #5B08BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B08BC is #A4F743. Grayscale: #343434. Windows color (decimal): -10811204 or 12322907. OLE color: 12322907.
HSL color Cylindrical-coordinate representation of color #5B08BC: hue angle of 267.67º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5B08BC is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 8 | 188 | - |
| CMYK | 0.52 | 0.96 | 0 | 0.26 |
| HSL | 267.67º | 0.92% | 0.38% | - |
| HSV(B) | 267.67º | 0.96% | 0.74% | - |
| XYZ | 13.48 | 6.03 | 48.03 | - |
| YUV | 53.34 | 204 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 8 | 188 | 0.52 | 0.96 | 0 | 0.26 | 267.67 | 0.92 | 0.38 |
| Hex | 5B | 8 | BC | 34 | 60 | 0 | 1A | 10C | 5C | 26 |
| Octal | 133 | 10 | 274 | 64 | 140 | 0 | 32 | 414 | 134 | 46 |
| Binary | 1011011 | 1000 | 10111100 | 110100 | 1100000 | 0 | 11010 | 100001100 | 1011100 | 100110 |
Color Harmonies of #5B08BC
Complementary color
Monochromatic Colors of #5B08BC
Black with #5B08BC
Text Example
Text Example
White with #5B08BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B08BC; }
p { color: rgb(91,8,188); }
H1.HeaderClassName
{
color: #5B08BC;
}
.AnyTagClassName
{
color: #5B08BC;
}
</style>
background-color css
<style>
a { background-color: #5B08BC; }
a { background-color: rgb(91,8,188); }
div.DivClassName
{
background-color: #5B08BC;
}
.BgClassName
{
background-color: #5B08BC;
}
</style>
border-color css
<style>
span { border-color: #5B08BC; }
span { border-color: rgb(91,8,188); }
td.TdClassName
{
border-color: #5B08BC;
}
.TagClassName
{
border-color: #5B08BC;
}
</style>