Shades of Purple Heart #582ADE
Tints of Purple Heart #582ADE
RGB
CMYK
RGB Variations
Color information
#582ADE (or 0x582ADE) is known color: Purple Heart. HEX triplet: 58, 2A and DE. RGB value is (88,42,222). Sum of RGB (Red+Green+Blue) = 88+42+222=352 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25% from 352); Green value is 42 (16.80% from 255 or 11.93% from 352); Blue value is 222 (87.11% from 255 or 63.07% from 352); Max value from RGB is 222 - color contains mainly: blue. Hex color #582ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582ADE is #A7D521. Grayscale: #4B4B4B. Windows color (decimal): -10999074 or 14559832. OLE color: 14559832.
HSL color Cylindrical-coordinate representation of color #582ADE: hue angle of 255.33º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #582ADE is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 42 | 222 | - |
| CMYK | 0.60 | 0.81 | 0 | 0.13 |
| HSL | 255.33º | 0.73% | 0.52% | - |
| HSV(B) | 255.33º | 0.81% | 0.87% | - |
| XYZ | 18.04 | 9 | 69.89 | - |
| YUV | 76.27 | 210.24 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 42 | 222 | 0.60 | 0.81 | 0 | 0.13 | 255.33 | 0.73 | 0.52 |
| Hex | 58 | 2A | DE | 3C | 51 | 0 | D | FF | 49 | 34 |
| Octal | 130 | 52 | 336 | 74 | 121 | 0 | 15 | 377 | 111 | 64 |
| Binary | 1011000 | 101010 | 11011110 | 111100 | 1010001 | 0 | 1101 | 11111111 | 1001001 | 110100 |
Color Harmonies of #582ADE
Complementary color
Monochromatic Colors of #582ADE
Black with #582ADE
Text Example
Text Example
White with #582ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582ADE; }
p { color: rgb(88,42,222); }
H1.HeaderClassName
{
color: #582ADE;
}
.AnyTagClassName
{
color: #582ADE;
}
</style>
background-color css
<style>
a { background-color: #582ADE; }
a { background-color: rgb(88,42,222); }
div.DivClassName
{
background-color: #582ADE;
}
.BgClassName
{
background-color: #582ADE;
}
</style>
border-color css
<style>
span { border-color: #582ADE; }
span { border-color: rgb(88,42,222); }
td.TdClassName
{
border-color: #582ADE;
}
.TagClassName
{
border-color: #582ADE;
}
</style>