Shades of Purple Heart #582CBA
Tints of Purple Heart #582CBA
RGB
CMYK
RGB Variations
Color information
#582CBA (or 0x582CBA) is known color: Purple Heart. HEX triplet: 58, 2C and BA. RGB value is (88,44,186). Sum of RGB (Red+Green+Blue) = 88+44+186=318 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.67% from 318); Green value is 44 (17.58% from 255 or 13.84% from 318); Blue value is 186 (73.05% from 255 or 58.49% from 318); Max value from RGB is 186 - color contains mainly: blue. Hex color #582CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582CBA is #A7D345. Grayscale: #484848. Windows color (decimal): -10998598 or 12201048. OLE color: 12201048.
HSL color Cylindrical-coordinate representation of color #582CBA: hue angle of 258.59º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #582CBA is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 44 | 186 | - |
| CMYK | 0.53 | 0.76 | 0 | 0.27 |
| HSL | 258.59º | 0.62% | 0.45% | - |
| HSV(B) | 258.59º | 0.76% | 0.73% | - |
| XYZ | 13.79 | 7.42 | 47.16 | - |
| YUV | 73.34 | 191.58 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 44 | 186 | 0.53 | 0.76 | 0 | 0.27 | 258.59 | 0.62 | 0.45 |
| Hex | 58 | 2C | BA | 35 | 4C | 0 | 1B | 103 | 3E | 2D |
| Octal | 130 | 54 | 272 | 65 | 114 | 0 | 33 | 403 | 76 | 55 |
| Binary | 1011000 | 101100 | 10111010 | 110101 | 1001100 | 0 | 11011 | 100000011 | 111110 | 101101 |
Color Harmonies of #582CBA
Complementary color
Monochromatic Colors of #582CBA
Black with #582CBA
Text Example
Text Example
White with #582CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582CBA; }
p { color: rgb(88,44,186); }
H1.HeaderClassName
{
color: #582CBA;
}
.AnyTagClassName
{
color: #582CBA;
}
</style>
background-color css
<style>
a { background-color: #582CBA; }
a { background-color: rgb(88,44,186); }
div.DivClassName
{
background-color: #582CBA;
}
.BgClassName
{
background-color: #582CBA;
}
</style>
border-color css
<style>
span { border-color: #582CBA; }
span { border-color: rgb(88,44,186); }
td.TdClassName
{
border-color: #582CBA;
}
.TagClassName
{
border-color: #582CBA;
}
</style>