Shades of Purple Heart #582CC0
Tints of Purple Heart #582CC0
RGB
CMYK
RGB Variations
Color information
#582CC0 (or 0x582CC0) is known color: Purple Heart. HEX triplet: 58, 2C and C0. RGB value is (88,44,192). Sum of RGB (Red+Green+Blue) = 88+44+192=324 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.16% from 324); Green value is 44 (17.58% from 255 or 13.58% from 324); Blue value is 192 (75.39% from 255 or 59.26% from 324); Max value from RGB is 192 - color contains mainly: blue. Hex color #582CC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582CC0 is #A7D33F. Grayscale: #494949. Windows color (decimal): -10998592 or 12594264. OLE color: 12594264.
HSL color Cylindrical-coordinate representation of color #582CC0: hue angle of 257.84º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #582CC0 is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 88 | 44 | 192 | - |
| CMYK | 0.54 | 0.77 | 0 | 0.25 |
| HSL | 257.84º | 0.63% | 0.46% | - |
| HSV(B) | 257.84º | 0.77% | 0.75% | - |
| XYZ | 14.44 | 7.68 | 50.59 | - |
| YUV | 74.03 | 194.58 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 44 | 192 | 0.54 | 0.77 | 0 | 0.25 | 257.84 | 0.63 | 0.46 |
| Hex | 58 | 2C | C0 | 36 | 4D | 0 | 19 | 102 | 3F | 2E |
| Octal | 130 | 54 | 300 | 66 | 115 | 0 | 31 | 402 | 77 | 56 |
| Binary | 1011000 | 101100 | 11000000 | 110110 | 1001101 | 0 | 11001 | 100000010 | 111111 | 101110 |
Color Harmonies of #582CC0
Complementary color
Monochromatic Colors of #582CC0
Black with #582CC0
Text Example
Text Example
White with #582CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582CC0; }
p { color: rgb(88,44,192); }
H1.HeaderClassName
{
color: #582CC0;
}
.AnyTagClassName
{
color: #582CC0;
}
</style>
background-color css
<style>
a { background-color: #582CC0; }
a { background-color: rgb(88,44,192); }
div.DivClassName
{
background-color: #582CC0;
}
.BgClassName
{
background-color: #582CC0;
}
</style>
border-color css
<style>
span { border-color: #582CC0; }
span { border-color: rgb(88,44,192); }
td.TdClassName
{
border-color: #582CC0;
}
.TagClassName
{
border-color: #582CC0;
}
</style>