Shades of Purple Heart #582BBC
Tints of Purple Heart #582BBC
RGB
CMYK
RGB Variations
Color information
#582BBC (or 0x582BBC) is known color: Purple Heart. HEX triplet: 58, 2B and BC. RGB value is (88,43,188). Sum of RGB (Red+Green+Blue) = 88+43+188=319 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.59% from 319); Green value is 43 (17.19% from 255 or 13.48% from 319); Blue value is 188 (73.83% from 255 or 58.93% from 319); Max value from RGB is 188 - color contains mainly: blue. Hex color #582BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582BBC is #A7D443. Grayscale: #484848. Windows color (decimal): -10998852 or 12331864. OLE color: 12331864.
HSL color Cylindrical-coordinate representation of color #582BBC: hue angle of 258.62º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #582BBC is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 43 | 188 | - |
| CMYK | 0.53 | 0.77 | 0 | 0.26 |
| HSL | 258.62º | 0.63% | 0.45% | - |
| HSV(B) | 258.62º | 0.77% | 0.74% | - |
| XYZ | 13.97 | 7.43 | 48.28 | - |
| YUV | 72.99 | 192.91 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 43 | 188 | 0.53 | 0.77 | 0 | 0.26 | 258.62 | 0.63 | 0.45 |
| Hex | 58 | 2B | BC | 35 | 4D | 0 | 1A | 103 | 3F | 2D |
| Octal | 130 | 53 | 274 | 65 | 115 | 0 | 32 | 403 | 77 | 55 |
| Binary | 1011000 | 101011 | 10111100 | 110101 | 1001101 | 0 | 11010 | 100000011 | 111111 | 101101 |
Color Harmonies of #582BBC
Complementary color
Monochromatic Colors of #582BBC
Black with #582BBC
Text Example
Text Example
White with #582BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582BBC; }
p { color: rgb(88,43,188); }
H1.HeaderClassName
{
color: #582BBC;
}
.AnyTagClassName
{
color: #582BBC;
}
</style>
background-color css
<style>
a { background-color: #582BBC; }
a { background-color: rgb(88,43,188); }
div.DivClassName
{
background-color: #582BBC;
}
.BgClassName
{
background-color: #582BBC;
}
</style>
border-color css
<style>
span { border-color: #582BBC; }
span { border-color: rgb(88,43,188); }
td.TdClassName
{
border-color: #582BBC;
}
.TagClassName
{
border-color: #582BBC;
}
</style>