Shades of Purple Heart #582DDA
Tints of Purple Heart #582DDA
RGB
CMYK
RGB Variations
Color information
#582DDA (or 0x582DDA) is known color: Purple Heart. HEX triplet: 58, 2D and DA. RGB value is (88,45,218). Sum of RGB (Red+Green+Blue) = 88+45+218=351 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.07% from 351); Green value is 45 (17.97% from 255 or 12.82% from 351); Blue value is 218 (85.55% from 255 or 62.11% from 351); Max value from RGB is 218 - color contains mainly: blue. Hex color #582DDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582DDA is #A7D225. Grayscale: #4C4C4C. Windows color (decimal): -10998310 or 14298456. OLE color: 14298456.
HSL color Cylindrical-coordinate representation of color #582DDA: hue angle of 254.91º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #582DDA is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 88 | 45 | 218 | - |
| CMYK | 0.60 | 0.79 | 0 | 0.15 |
| HSL | 254.91º | 0.7% | 0.52% | - |
| HSV(B) | 254.91º | 0.79% | 0.85% | - |
| XYZ | 17.62 | 9.01 | 67.14 | - |
| YUV | 77.58 | 207.25 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 45 | 218 | 0.60 | 0.79 | 0 | 0.15 | 254.91 | 0.7 | 0.52 |
| Hex | 58 | 2D | DA | 3C | 4F | 0 | F | FF | 46 | 34 |
| Octal | 130 | 55 | 332 | 74 | 117 | 0 | 17 | 377 | 106 | 64 |
| Binary | 1011000 | 101101 | 11011010 | 111100 | 1001111 | 0 | 1111 | 11111111 | 1000110 | 110100 |
Color Harmonies of #582DDA
Complementary color
Monochromatic Colors of #582DDA
Black with #582DDA
Text Example
Text Example
White with #582DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582DDA; }
p { color: rgb(88,45,218); }
H1.HeaderClassName
{
color: #582DDA;
}
.AnyTagClassName
{
color: #582DDA;
}
</style>
background-color css
<style>
a { background-color: #582DDA; }
a { background-color: rgb(88,45,218); }
div.DivClassName
{
background-color: #582DDA;
}
.BgClassName
{
background-color: #582DDA;
}
</style>
border-color css
<style>
span { border-color: #582DDA; }
span { border-color: rgb(88,45,218); }
td.TdClassName
{
border-color: #582DDA;
}
.TagClassName
{
border-color: #582DDA;
}
</style>