Shades of Purple Heart #582DC2
Tints of Purple Heart #582DC2
RGB
CMYK
RGB Variations
Color information
#582DC2 (or 0x582DC2) is known color: Purple Heart. HEX triplet: 58, 2D and C2. RGB value is (88,45,194). Sum of RGB (Red+Green+Blue) = 88+45+194=327 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.91% from 327); Green value is 45 (17.97% from 255 or 13.76% from 327); Blue value is 194 (76.17% from 255 or 59.33% from 327); Max value from RGB is 194 - color contains mainly: blue. Hex color #582DC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582DC2 is #A7D23D. Grayscale: #4A4A4A. Windows color (decimal): -10998334 or 12725592. OLE color: 12725592.
HSL color Cylindrical-coordinate representation of color #582DC2: hue angle of 257.32º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #582DC2 is Cyan = 0.55, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 45 | 194 | - |
| CMYK | 0.55 | 0.77 | 0 | 0.24 |
| HSL | 257.32º | 0.62% | 0.47% | - |
| HSV(B) | 257.32º | 0.77% | 0.76% | - |
| XYZ | 14.7 | 7.85 | 51.78 | - |
| YUV | 74.84 | 195.25 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 45 | 194 | 0.55 | 0.77 | 0 | 0.24 | 257.32 | 0.62 | 0.47 |
| Hex | 58 | 2D | C2 | 37 | 4D | 0 | 18 | 101 | 3E | 2F |
| Octal | 130 | 55 | 302 | 67 | 115 | 0 | 30 | 401 | 76 | 57 |
| Binary | 1011000 | 101101 | 11000010 | 110111 | 1001101 | 0 | 11000 | 100000001 | 111110 | 101111 |
Color Harmonies of #582DC2
Complementary color
Monochromatic Colors of #582DC2
Black with #582DC2
Text Example
Text Example
White with #582DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582DC2; }
p { color: rgb(88,45,194); }
H1.HeaderClassName
{
color: #582DC2;
}
.AnyTagClassName
{
color: #582DC2;
}
</style>
background-color css
<style>
a { background-color: #582DC2; }
a { background-color: rgb(88,45,194); }
div.DivClassName
{
background-color: #582DC2;
}
.BgClassName
{
background-color: #582DC2;
}
</style>
border-color css
<style>
span { border-color: #582DC2; }
span { border-color: rgb(88,45,194); }
td.TdClassName
{
border-color: #582DC2;
}
.TagClassName
{
border-color: #582DC2;
}
</style>