Shades of Purple Heart #580ACC
Tints of Purple Heart #580ACC
RGB
CMYK
RGB Variations
Color information
#580ACC (or 0x580ACC) is known color: Purple Heart. HEX triplet: 58, 0A and CC. RGB value is (88,10,204). Sum of RGB (Red+Green+Blue) = 88+10+204=302 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.14% from 302); Green value is 10 (4.30% from 255 or 3.31% from 302); Blue value is 204 (80.08% from 255 or 67.55% from 302); Max value from RGB is 204 - color contains mainly: blue. Hex color #580ACC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580ACC is #A7F533. Grayscale: #363636. Windows color (decimal): -11007284 or 13371992. OLE color: 13371992.
HSL color Cylindrical-coordinate representation of color #580ACC: hue angle of 264.12º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #580ACC is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 88 | 10 | 204 | - |
| CMYK | 0.57 | 0.95 | 0 | 0.2 |
| HSL | 264.12º | 0.91% | 0.42% | - |
| HSV(B) | 264.12º | 0.95% | 0.8% | - |
| XYZ | 15.03 | 6.65 | 57.62 | - |
| YUV | 55.44 | 211.84 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 10 | 204 | 0.57 | 0.95 | 0 | 0.2 | 264.12 | 0.91 | 0.42 |
| Hex | 58 | A | CC | 39 | 5F | 0 | 14 | 108 | 5B | 2A |
| Octal | 130 | 12 | 314 | 71 | 137 | 0 | 24 | 410 | 133 | 52 |
| Binary | 1011000 | 1010 | 11001100 | 111001 | 1011111 | 0 | 10100 | 100001000 | 1011011 | 101010 |
Color Harmonies of #580ACC
Complementary color
Monochromatic Colors of #580ACC
Black with #580ACC
Text Example
Text Example
White with #580ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580ACC; }
p { color: rgb(88,10,204); }
H1.HeaderClassName
{
color: #580ACC;
}
.AnyTagClassName
{
color: #580ACC;
}
</style>
background-color css
<style>
a { background-color: #580ACC; }
a { background-color: rgb(88,10,204); }
div.DivClassName
{
background-color: #580ACC;
}
.BgClassName
{
background-color: #580ACC;
}
</style>
border-color css
<style>
span { border-color: #580ACC; }
span { border-color: rgb(88,10,204); }
td.TdClassName
{
border-color: #580ACC;
}
.TagClassName
{
border-color: #580ACC;
}
</style>