Shades of Purple Heart #582CBB
Tints of Purple Heart #582CBB
RGB
CMYK
RGB Variations
Color information
#582CBB (or 0x582CBB) is known color: Purple Heart. HEX triplet: 58, 2C and BB. RGB value is (88,44,187). Sum of RGB (Red+Green+Blue) = 88+44+187=319 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.59% from 319); Green value is 44 (17.58% from 255 or 13.79% from 319); Blue value is 187 (73.44% from 255 or 58.62% from 319); Max value from RGB is 187 - color contains mainly: blue. Hex color #582CBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582CBB is #A7D344. Grayscale: #484848. Windows color (decimal): -10998597 or 12266584. OLE color: 12266584.
HSL color Cylindrical-coordinate representation of color #582CBB: hue angle of 258.46º 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 #582CBB is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 44 | 187 | - |
| CMYK | 0.53 | 0.76 | 0 | 0.27 |
| HSL | 258.46º | 0.62% | 0.45% | - |
| HSV(B) | 258.46º | 0.76% | 0.73% | - |
| XYZ | 13.89 | 7.46 | 47.72 | - |
| YUV | 73.46 | 192.08 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 44 | 187 | 0.53 | 0.76 | 0 | 0.27 | 258.46 | 0.62 | 0.45 |
| Hex | 58 | 2C | BB | 35 | 4C | 0 | 1B | 102 | 3E | 2D |
| Octal | 130 | 54 | 273 | 65 | 114 | 0 | 33 | 402 | 76 | 55 |
| Binary | 1011000 | 101100 | 10111011 | 110101 | 1001100 | 0 | 11011 | 100000010 | 111110 | 101101 |
Color Harmonies of #582CBB
Complementary color
Monochromatic Colors of #582CBB
Black with #582CBB
Text Example
Text Example
White with #582CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582CBB; }
p { color: rgb(88,44,187); }
H1.HeaderClassName
{
color: #582CBB;
}
.AnyTagClassName
{
color: #582CBB;
}
</style>
background-color css
<style>
a { background-color: #582CBB; }
a { background-color: rgb(88,44,187); }
div.DivClassName
{
background-color: #582CBB;
}
.BgClassName
{
background-color: #582CBB;
}
</style>
border-color css
<style>
span { border-color: #582CBB; }
span { border-color: rgb(88,44,187); }
td.TdClassName
{
border-color: #582CBB;
}
.TagClassName
{
border-color: #582CBB;
}
</style>