Shades of Purple Heart #582ECC
Tints of Purple Heart #582ECC
RGB
CMYK
RGB Variations
Color information
#582ECC (or 0x582ECC) is known color: Purple Heart. HEX triplet: 58, 2E and CC. RGB value is (88,46,204). Sum of RGB (Red+Green+Blue) = 88+46+204=338 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.04% from 338); Green value is 46 (18.36% from 255 or 13.61% from 338); Blue value is 204 (80.08% from 255 or 60.36% from 338); Max value from RGB is 204 - color contains mainly: blue. Hex color #582ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582ECC is #A7D133. Grayscale: #4B4B4B. Windows color (decimal): -10998068 or 13381208. OLE color: 13381208.
HSL color Cylindrical-coordinate representation of color #582ECC: hue angle of 255.95º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #582ECC is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 88 | 46 | 204 | - |
| CMYK | 0.57 | 0.77 | 0 | 0.2 |
| HSL | 255.95º | 0.63% | 0.49% | - |
| HSV(B) | 255.95º | 0.77% | 0.8% | - |
| XYZ | 15.9 | 8.39 | 57.91 | - |
| YUV | 76.57 | 199.91 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 46 | 204 | 0.57 | 0.77 | 0 | 0.2 | 255.95 | 0.63 | 0.49 |
| Hex | 58 | 2E | CC | 39 | 4D | 0 | 14 | 100 | 3F | 31 |
| Octal | 130 | 56 | 314 | 71 | 115 | 0 | 24 | 400 | 77 | 61 |
| Binary | 1011000 | 101110 | 11001100 | 111001 | 1001101 | 0 | 10100 | 100000000 | 111111 | 110001 |
Color Harmonies of #582ECC
Complementary color
Monochromatic Colors of #582ECC
Black with #582ECC
Text Example
Text Example
White with #582ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582ECC; }
p { color: rgb(88,46,204); }
H1.HeaderClassName
{
color: #582ECC;
}
.AnyTagClassName
{
color: #582ECC;
}
</style>
background-color css
<style>
a { background-color: #582ECC; }
a { background-color: rgb(88,46,204); }
div.DivClassName
{
background-color: #582ECC;
}
.BgClassName
{
background-color: #582ECC;
}
</style>
border-color css
<style>
span { border-color: #582ECC; }
span { border-color: rgb(88,46,204); }
td.TdClassName
{
border-color: #582ECC;
}
.TagClassName
{
border-color: #582ECC;
}
</style>