Shades of Purple Heart #580BBB
Tints of Purple Heart #580BBB
RGB
CMYK
RGB Variations
Color information
#580BBB (or 0x580BBB) is known color: Purple Heart. HEX triplet: 58, 0B and BB. RGB value is (88,11,187). Sum of RGB (Red+Green+Blue) = 88+11+187=286 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.77% from 286); Green value is 11 (4.69% from 255 or 3.85% from 286); Blue value is 187 (73.44% from 255 or 65.38% from 286); Max value from RGB is 187 - color contains mainly: blue. Hex color #580BBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580BBB is #A7F444. Grayscale: #353535. Windows color (decimal): -11007045 or 12258136. OLE color: 12258136.
HSL color Cylindrical-coordinate representation of color #580BBB: hue angle of 266.25º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580BBB is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 11 | 187 | - |
| CMYK | 0.53 | 0.94 | 0 | 0.27 |
| HSL | 266.25º | 0.89% | 0.39% | - |
| HSV(B) | 266.25º | 0.94% | 0.73% | - |
| XYZ | 13.11 | 5.9 | 47.46 | - |
| YUV | 54.09 | 203.01 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 11 | 187 | 0.53 | 0.94 | 0 | 0.27 | 266.25 | 0.89 | 0.39 |
| Hex | 58 | B | BB | 35 | 5E | 0 | 1B | 10A | 59 | 27 |
| Octal | 130 | 13 | 273 | 65 | 136 | 0 | 33 | 412 | 131 | 47 |
| Binary | 1011000 | 1011 | 10111011 | 110101 | 1011110 | 0 | 11011 | 100001010 | 1011001 | 100111 |
Color Harmonies of #580BBB
Complementary color
Monochromatic Colors of #580BBB
Black with #580BBB
Text Example
Text Example
White with #580BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580BBB; }
p { color: rgb(88,11,187); }
H1.HeaderClassName
{
color: #580BBB;
}
.AnyTagClassName
{
color: #580BBB;
}
</style>
background-color css
<style>
a { background-color: #580BBB; }
a { background-color: rgb(88,11,187); }
div.DivClassName
{
background-color: #580BBB;
}
.BgClassName
{
background-color: #580BBB;
}
</style>
border-color css
<style>
span { border-color: #580BBB; }
span { border-color: rgb(88,11,187); }
td.TdClassName
{
border-color: #580BBB;
}
.TagClassName
{
border-color: #580BBB;
}
</style>