Shades of Purple Heart #580CBC
Tints of Purple Heart #580CBC
RGB
CMYK
RGB Variations
Color information
#580CBC (or 0x580CBC) is known color: Purple Heart. HEX triplet: 58, 0C and BC. RGB value is (88,12,188). Sum of RGB (Red+Green+Blue) = 88+12+188=288 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.56% from 288); Green value is 12 (5.08% from 255 or 4.17% from 288); Blue value is 188 (73.83% from 255 or 65.28% from 288); Max value from RGB is 188 - color contains mainly: blue. Hex color #580CBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580CBC is #A7F343. Grayscale: #363636. Windows color (decimal): -11006788 or 12323928. OLE color: 12323928.
HSL color Cylindrical-coordinate representation of color #580CBC: hue angle of 265.91º degrees, saturation: 0.88, 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 #580CBC is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 12 | 188 | - |
| CMYK | 0.53 | 0.94 | 0 | 0.26 |
| HSL | 265.91º | 0.88% | 0.39% | - |
| HSV(B) | 265.91º | 0.94% | 0.74% | - |
| XYZ | 13.23 | 5.97 | 48.03 | - |
| YUV | 54.79 | 203.18 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 12 | 188 | 0.53 | 0.94 | 0 | 0.26 | 265.91 | 0.88 | 0.39 |
| Hex | 58 | C | BC | 35 | 5E | 0 | 1A | 10A | 58 | 27 |
| Octal | 130 | 14 | 274 | 65 | 136 | 0 | 32 | 412 | 130 | 47 |
| Binary | 1011000 | 1100 | 10111100 | 110101 | 1011110 | 0 | 11010 | 100001010 | 1011000 | 100111 |
Color Harmonies of #580CBC
Complementary color
Monochromatic Colors of #580CBC
Black with #580CBC
Text Example
Text Example
White with #580CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580CBC; }
p { color: rgb(88,12,188); }
H1.HeaderClassName
{
color: #580CBC;
}
.AnyTagClassName
{
color: #580CBC;
}
</style>
background-color css
<style>
a { background-color: #580CBC; }
a { background-color: rgb(88,12,188); }
div.DivClassName
{
background-color: #580CBC;
}
.BgClassName
{
background-color: #580CBC;
}
</style>
border-color css
<style>
span { border-color: #580CBC; }
span { border-color: rgb(88,12,188); }
td.TdClassName
{
border-color: #580CBC;
}
.TagClassName
{
border-color: #580CBC;
}
</style>