Shades of Purple Heart #582BB8
Tints of Purple Heart #582BB8
RGB
CMYK
RGB Variations
Color information
#582BB8 (or 0x582BB8) is known color: Purple Heart. HEX triplet: 58, 2B and B8. RGB value is (88,43,184). Sum of RGB (Red+Green+Blue) = 88+43+184=315 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.94% from 315); Green value is 43 (17.19% from 255 or 13.65% from 315); Blue value is 184 (72.27% from 255 or 58.41% from 315); Max value from RGB is 184 - color contains mainly: blue. Hex color #582BB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582BB8 is #A7D447. Grayscale: #484848. Windows color (decimal): -10998856 or 12069720. OLE color: 12069720.
HSL color Cylindrical-coordinate representation of color #582BB8: hue angle of 259.15º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #582BB8 is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 88 | 43 | 184 | - |
| CMYK | 0.52 | 0.77 | 0 | 0.28 |
| HSL | 259.15º | 0.62% | 0.45% | - |
| HSV(B) | 259.15º | 0.77% | 0.72% | - |
| XYZ | 13.54 | 7.26 | 46.04 | - |
| YUV | 72.53 | 190.91 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 43 | 184 | 0.52 | 0.77 | 0 | 0.28 | 259.15 | 0.62 | 0.45 |
| Hex | 58 | 2B | B8 | 34 | 4D | 0 | 1C | 103 | 3E | 2D |
| Octal | 130 | 53 | 270 | 64 | 115 | 0 | 34 | 403 | 76 | 55 |
| Binary | 1011000 | 101011 | 10111000 | 110100 | 1001101 | 0 | 11100 | 100000011 | 111110 | 101101 |
Color Harmonies of #582BB8
Complementary color
Monochromatic Colors of #582BB8
Black with #582BB8
Text Example
Text Example
White with #582BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582BB8; }
p { color: rgb(88,43,184); }
H1.HeaderClassName
{
color: #582BB8;
}
.AnyTagClassName
{
color: #582BB8;
}
</style>
background-color css
<style>
a { background-color: #582BB8; }
a { background-color: rgb(88,43,184); }
div.DivClassName
{
background-color: #582BB8;
}
.BgClassName
{
background-color: #582BB8;
}
</style>
border-color css
<style>
span { border-color: #582BB8; }
span { border-color: rgb(88,43,184); }
td.TdClassName
{
border-color: #582BB8;
}
.TagClassName
{
border-color: #582BB8;
}
</style>