Shades of Purple Heart #580BC8
Tints of Purple Heart #580BC8
RGB
CMYK
RGB Variations
Color information
#580BC8 (or 0x580BC8) is known color: Purple Heart. HEX triplet: 58, 0B and C8. RGB value is (88,11,200). Sum of RGB (Red+Green+Blue) = 88+11+200=299 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.43% from 299); Green value is 11 (4.69% from 255 or 3.68% from 299); Blue value is 200 (78.52% from 255 or 66.89% from 299); Max value from RGB is 200 - color contains mainly: blue. Hex color #580BC8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580BC8 is #A7F437. Grayscale: #363636. Windows color (decimal): -11007032 or 13110104. OLE color: 13110104.
HSL color Cylindrical-coordinate representation of color #580BC8: hue angle of 264.44º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580BC8 is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 88 | 11 | 200 | - |
| CMYK | 0.56 | 0.94 | 0 | 0.22 |
| HSL | 264.44º | 0.9% | 0.41% | - |
| HSV(B) | 264.44º | 0.95% | 0.78% | - |
| XYZ | 14.57 | 6.48 | 55.13 | - |
| YUV | 55.57 | 209.51 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 11 | 200 | 0.56 | 0.94 | 0 | 0.22 | 264.44 | 0.9 | 0.41 |
| Hex | 58 | B | C8 | 38 | 5E | 0 | 16 | 108 | 5A | 29 |
| Octal | 130 | 13 | 310 | 70 | 136 | 0 | 26 | 410 | 132 | 51 |
| Binary | 1011000 | 1011 | 11001000 | 111000 | 1011110 | 0 | 10110 | 100001000 | 1011010 | 101001 |
Color Harmonies of #580BC8
Complementary color
Monochromatic Colors of #580BC8
Black with #580BC8
Text Example
Text Example
White with #580BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580BC8; }
p { color: rgb(88,11,200); }
H1.HeaderClassName
{
color: #580BC8;
}
.AnyTagClassName
{
color: #580BC8;
}
</style>
background-color css
<style>
a { background-color: #580BC8; }
a { background-color: rgb(88,11,200); }
div.DivClassName
{
background-color: #580BC8;
}
.BgClassName
{
background-color: #580BC8;
}
</style>
border-color css
<style>
span { border-color: #580BC8; }
span { border-color: rgb(88,11,200); }
td.TdClassName
{
border-color: #580BC8;
}
.TagClassName
{
border-color: #580BC8;
}
</style>