Shades of Purple Heart #580BBC
Tints of Purple Heart #580BBC
RGB
CMYK
RGB Variations
Color information
#580BBC (or 0x580BBC) is known color: Purple Heart. HEX triplet: 58, 0B and BC. RGB value is (88,11,188). Sum of RGB (Red+Green+Blue) = 88+11+188=287 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.66% from 287); Green value is 11 (4.69% from 255 or 3.83% 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 #580BBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580BBC is #A7F443. Grayscale: #353535. Windows color (decimal): -11007044 or 12323672. OLE color: 12323672.
HSL color Cylindrical-coordinate representation of color #580BBC: hue angle of 266.1º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580BBC is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 11 | 188 | - |
| CMYK | 0.53 | 0.94 | 0 | 0.26 |
| HSL | 266.1º | 0.89% | 0.39% | - |
| HSV(B) | 266.1º | 0.94% | 0.74% | - |
| XYZ | 13.22 | 5.94 | 48.03 | - |
| YUV | 54.2 | 203.51 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 11 | 188 | 0.53 | 0.94 | 0 | 0.26 | 266.1 | 0.89 | 0.39 |
| Hex | 58 | B | BC | 35 | 5E | 0 | 1A | 10A | 59 | 27 |
| Octal | 130 | 13 | 274 | 65 | 136 | 0 | 32 | 412 | 131 | 47 |
| Binary | 1011000 | 1011 | 10111100 | 110101 | 1011110 | 0 | 11010 | 100001010 | 1011001 | 100111 |
Color Harmonies of #580BBC
Complementary color
Monochromatic Colors of #580BBC
Black with #580BBC
Text Example
Text Example
White with #580BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580BBC; }
p { color: rgb(88,11,188); }
H1.HeaderClassName
{
color: #580BBC;
}
.AnyTagClassName
{
color: #580BBC;
}
</style>
background-color css
<style>
a { background-color: #580BBC; }
a { background-color: rgb(88,11,188); }
div.DivClassName
{
background-color: #580BBC;
}
.BgClassName
{
background-color: #580BBC;
}
</style>
border-color css
<style>
span { border-color: #580BBC; }
span { border-color: rgb(88,11,188); }
td.TdClassName
{
border-color: #580BBC;
}
.TagClassName
{
border-color: #580BBC;
}
</style>