Shades of Purple Heart #582DB6
Tints of Purple Heart #582DB6
RGB
CMYK
RGB Variations
Color information
#582DB6 (or 0x582DB6) is known color: Purple Heart. HEX triplet: 58, 2D and B6. RGB value is (88,45,182). Sum of RGB (Red+Green+Blue) = 88+45+182=315 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.94% from 315); Green value is 45 (17.97% from 255 or 14.29% from 315); Blue value is 182 (71.48% from 255 or 57.78% from 315); Max value from RGB is 182 - color contains mainly: blue. Hex color #582DB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582DB6 is #A7D249. Grayscale: #484848. Windows color (decimal): -10998346 or 11939160. OLE color: 11939160.
HSL color Cylindrical-coordinate representation of color #582DB6: hue angle of 258.83º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #582DB6 is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 88 | 45 | 182 | - |
| CMYK | 0.52 | 0.75 | 0 | 0.29 |
| HSL | 258.83º | 0.6% | 0.45% | - |
| HSV(B) | 258.83º | 0.75% | 0.71% | - |
| XYZ | 13.41 | 7.33 | 44.96 | - |
| YUV | 73.48 | 189.25 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 45 | 182 | 0.52 | 0.75 | 0 | 0.29 | 258.83 | 0.6 | 0.45 |
| Hex | 58 | 2D | B6 | 34 | 4B | 0 | 1D | 103 | 3C | 2D |
| Octal | 130 | 55 | 266 | 64 | 113 | 0 | 35 | 403 | 74 | 55 |
| Binary | 1011000 | 101101 | 10110110 | 110100 | 1001011 | 0 | 11101 | 100000011 | 111100 | 101101 |
Color Harmonies of #582DB6
Complementary color
Monochromatic Colors of #582DB6
Black with #582DB6
Text Example
Text Example
White with #582DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582DB6; }
p { color: rgb(88,45,182); }
H1.HeaderClassName
{
color: #582DB6;
}
.AnyTagClassName
{
color: #582DB6;
}
</style>
background-color css
<style>
a { background-color: #582DB6; }
a { background-color: rgb(88,45,182); }
div.DivClassName
{
background-color: #582DB6;
}
.BgClassName
{
background-color: #582DB6;
}
</style>
border-color css
<style>
span { border-color: #582DB6; }
span { border-color: rgb(88,45,182); }
td.TdClassName
{
border-color: #582DB6;
}
.TagClassName
{
border-color: #582DB6;
}
</style>