Shades of Purple Heart #582DBA
Tints of Purple Heart #582DBA
RGB
CMYK
RGB Variations
Color information
#582DBA (or 0x582DBA) is known color: Purple Heart. HEX triplet: 58, 2D and BA. RGB value is (88,45,186). Sum of RGB (Red+Green+Blue) = 88+45+186=319 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.59% from 319); Green value is 45 (17.97% from 255 or 14.11% from 319); Blue value is 186 (73.05% from 255 or 58.31% from 319); Max value from RGB is 186 - color contains mainly: blue. Hex color #582DBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582DBA is #A7D245. Grayscale: #494949. Windows color (decimal): -10998342 or 12201304. OLE color: 12201304.
HSL color Cylindrical-coordinate representation of color #582DBA: hue angle of 258.3º degrees, saturation: 0.61, 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 #582DBA is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 45 | 186 | - |
| CMYK | 0.53 | 0.76 | 0 | 0.27 |
| HSL | 258.3º | 0.61% | 0.45% | - |
| HSV(B) | 258.3º | 0.76% | 0.73% | - |
| XYZ | 13.83 | 7.5 | 47.17 | - |
| YUV | 73.93 | 191.25 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 45 | 186 | 0.53 | 0.76 | 0 | 0.27 | 258.3 | 0.61 | 0.45 |
| Hex | 58 | 2D | BA | 35 | 4C | 0 | 1B | 102 | 3D | 2D |
| Octal | 130 | 55 | 272 | 65 | 114 | 0 | 33 | 402 | 75 | 55 |
| Binary | 1011000 | 101101 | 10111010 | 110101 | 1001100 | 0 | 11011 | 100000010 | 111101 | 101101 |
Color Harmonies of #582DBA
Complementary color
Monochromatic Colors of #582DBA
Black with #582DBA
Text Example
Text Example
White with #582DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582DBA; }
p { color: rgb(88,45,186); }
H1.HeaderClassName
{
color: #582DBA;
}
.AnyTagClassName
{
color: #582DBA;
}
</style>
background-color css
<style>
a { background-color: #582DBA; }
a { background-color: rgb(88,45,186); }
div.DivClassName
{
background-color: #582DBA;
}
.BgClassName
{
background-color: #582DBA;
}
</style>
border-color css
<style>
span { border-color: #582DBA; }
span { border-color: rgb(88,45,186); }
td.TdClassName
{
border-color: #582DBA;
}
.TagClassName
{
border-color: #582DBA;
}
</style>