Shades of Purple Heart #5802B7
Tints of Purple Heart #5802B7
RGB
CMYK
RGB Variations
Color information
#5802B7 (or 0x5802B7) is known color: Purple Heart. HEX triplet: 58, 02 and B7. RGB value is (88,2,183). Sum of RGB (Red+Green+Blue) = 88+2+183=273 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.23% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 183 (71.88% from 255 or 67.03% from 273); Max value from RGB is 183 - color contains mainly: blue. Hex color #5802B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5802B7 is #A7FD48. Grayscale: #2F2F2F. Windows color (decimal): -11009353 or 11993688. OLE color: 11993688.
HSL color Cylindrical-coordinate representation of color #5802B7: hue angle of 268.51º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5802B7 is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 88 | 2 | 183 | - |
| CMYK | 0.52 | 0.99 | 0 | 0.28 |
| HSL | 268.51º | 0.98% | 0.36% | - |
| HSV(B) | 268.51º | 0.99% | 0.72% | - |
| XYZ | 12.59 | 5.54 | 45.2 | - |
| YUV | 48.35 | 203.99 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 2 | 183 | 0.52 | 0.99 | 0 | 0.28 | 268.51 | 0.98 | 0.36 |
| Hex | 58 | 2 | B7 | 34 | 63 | 0 | 1C | 10D | 62 | 24 |
| Octal | 130 | 2 | 267 | 64 | 143 | 0 | 34 | 415 | 142 | 44 |
| Binary | 1011000 | 10 | 10110111 | 110100 | 1100011 | 0 | 11100 | 100001101 | 1100010 | 100100 |
Color Harmonies of #5802B7
Complementary color
Monochromatic Colors of #5802B7
Black with #5802B7
Text Example
Text Example
White with #5802B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5802B7; }
p { color: rgb(88,2,183); }
H1.HeaderClassName
{
color: #5802B7;
}
.AnyTagClassName
{
color: #5802B7;
}
</style>
background-color css
<style>
a { background-color: #5802B7; }
a { background-color: rgb(88,2,183); }
div.DivClassName
{
background-color: #5802B7;
}
.BgClassName
{
background-color: #5802B7;
}
</style>
border-color css
<style>
span { border-color: #5802B7; }
span { border-color: rgb(88,2,183); }
td.TdClassName
{
border-color: #5802B7;
}
.TagClassName
{
border-color: #5802B7;
}
</style>