Shades of Purple Heart #582FAE
Tints of Purple Heart #582FAE
RGB
CMYK
RGB Variations
Color information
#582FAE (or 0x582FAE) is known color: Purple Heart. HEX triplet: 58, 2F and AE. RGB value is (88,47,174). Sum of RGB (Red+Green+Blue) = 88+47+174=309 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.48% from 309); Green value is 47 (18.75% from 255 or 15.21% from 309); Blue value is 174 (68.36% from 255 or 56.31% from 309); Max value from RGB is 174 - color contains mainly: blue. Hex color #582FAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582FAE is #A7D051. Grayscale: #494949. Windows color (decimal): -10997842 or 11415384. OLE color: 11415384.
HSL color Cylindrical-coordinate representation of color #582FAE: hue angle of 259.37º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #582FAE is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 88 | 47 | 174 | - |
| CMYK | 0.49 | 0.73 | 0 | 0.32 |
| HSL | 259.37º | 0.57% | 0.43% | - |
| HSV(B) | 259.37º | 0.73% | 0.68% | - |
| XYZ | 12.68 | 7.16 | 40.76 | - |
| YUV | 73.74 | 184.58 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 47 | 174 | 0.49 | 0.73 | 0 | 0.32 | 259.37 | 0.57 | 0.43 |
| Hex | 58 | 2F | AE | 31 | 49 | 0 | 20 | 103 | 39 | 2B |
| Octal | 130 | 57 | 256 | 61 | 111 | 0 | 40 | 403 | 71 | 53 |
| Binary | 1011000 | 101111 | 10101110 | 110001 | 1001001 | 0 | 100000 | 100000011 | 111001 | 101011 |
Color Harmonies of #582FAE
Complementary color
Monochromatic Colors of #582FAE
Black with #582FAE
Text Example
Text Example
White with #582FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582FAE; }
p { color: rgb(88,47,174); }
H1.HeaderClassName
{
color: #582FAE;
}
.AnyTagClassName
{
color: #582FAE;
}
</style>
background-color css
<style>
a { background-color: #582FAE; }
a { background-color: rgb(88,47,174); }
div.DivClassName
{
background-color: #582FAE;
}
.BgClassName
{
background-color: #582FAE;
}
</style>
border-color css
<style>
span { border-color: #582FAE; }
span { border-color: rgb(88,47,174); }
td.TdClassName
{
border-color: #582FAE;
}
.TagClassName
{
border-color: #582FAE;
}
</style>