Shades of Purple Heart #582CDE
Tints of Purple Heart #582CDE
RGB
CMYK
RGB Variations
Color information
#582CDE (or 0x582CDE) is known color: Purple Heart. HEX triplet: 58, 2C and DE. RGB value is (88,44,222). Sum of RGB (Red+Green+Blue) = 88+44+222=354 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.86% from 354); Green value is 44 (17.58% from 255 or 12.43% from 354); Blue value is 222 (87.11% from 255 or 62.71% from 354); Max value from RGB is 222 - color contains mainly: blue. Hex color #582CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582CDE is #A7D321. Grayscale: #4C4C4C. Windows color (decimal): -10998562 or 14560344. OLE color: 14560344.
HSL color Cylindrical-coordinate representation of color #582CDE: hue angle of 254.83º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #582CDE is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 44 | 222 | - |
| CMYK | 0.60 | 0.80 | 0 | 0.13 |
| HSL | 254.83º | 0.73% | 0.52% | - |
| HSV(B) | 254.83º | 0.8% | 0.87% | - |
| XYZ | 18.11 | 9.15 | 69.92 | - |
| YUV | 77.45 | 209.58 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 44 | 222 | 0.60 | 0.80 | 0 | 0.13 | 254.83 | 0.73 | 0.52 |
| Hex | 58 | 2C | DE | 3C | 50 | 0 | D | FF | 49 | 34 |
| Octal | 130 | 54 | 336 | 74 | 120 | 0 | 15 | 377 | 111 | 64 |
| Binary | 1011000 | 101100 | 11011110 | 111100 | 1010000 | 0 | 1101 | 11111111 | 1001001 | 110100 |
Color Harmonies of #582CDE
Complementary color
Monochromatic Colors of #582CDE
Black with #582CDE
Text Example
Text Example
White with #582CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582CDE; }
p { color: rgb(88,44,222); }
H1.HeaderClassName
{
color: #582CDE;
}
.AnyTagClassName
{
color: #582CDE;
}
</style>
background-color css
<style>
a { background-color: #582CDE; }
a { background-color: rgb(88,44,222); }
div.DivClassName
{
background-color: #582CDE;
}
.BgClassName
{
background-color: #582CDE;
}
</style>
border-color css
<style>
span { border-color: #582CDE; }
span { border-color: rgb(88,44,222); }
td.TdClassName
{
border-color: #582CDE;
}
.TagClassName
{
border-color: #582CDE;
}
</style>