Shades of Purple Heart #5812B7
Tints of Purple Heart #5812B7
RGB
CMYK
RGB Variations
Color information
#5812B7 (or 0x5812B7) is known color: Purple Heart. HEX triplet: 58, 12 and B7. RGB value is (88,18,183). Sum of RGB (Red+Green+Blue) = 88+18+183=289 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.45% from 289); Green value is 18 (7.42% from 255 or 6.23% from 289); Blue value is 183 (71.88% from 255 or 63.32% from 289); Max value from RGB is 183 - color contains mainly: blue. Hex color #5812B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5812B7 is #A7ED48. Grayscale: #393939. Windows color (decimal): -11005257 or 11997784. OLE color: 11997784.
HSL color Cylindrical-coordinate representation of color #5812B7: hue angle of 265.45º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5812B7 is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 88 | 18 | 183 | - |
| CMYK | 0.52 | 0.90 | 0 | 0.28 |
| HSL | 265.45º | 0.82% | 0.39% | - |
| HSV(B) | 265.45º | 0.9% | 0.72% | - |
| XYZ | 12.79 | 5.93 | 45.27 | - |
| YUV | 57.74 | 198.69 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 18 | 183 | 0.52 | 0.90 | 0 | 0.28 | 265.45 | 0.82 | 0.39 |
| Hex | 58 | 12 | B7 | 34 | 5A | 0 | 1C | 109 | 52 | 27 |
| Octal | 130 | 22 | 267 | 64 | 132 | 0 | 34 | 411 | 122 | 47 |
| Binary | 1011000 | 10010 | 10110111 | 110100 | 1011010 | 0 | 11100 | 100001001 | 1010010 | 100111 |
Color Harmonies of #5812B7
Complementary color
Monochromatic Colors of #5812B7
Black with #5812B7
Text Example
Text Example
White with #5812B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5812B7; }
p { color: rgb(88,18,183); }
H1.HeaderClassName
{
color: #5812B7;
}
.AnyTagClassName
{
color: #5812B7;
}
</style>
background-color css
<style>
a { background-color: #5812B7; }
a { background-color: rgb(88,18,183); }
div.DivClassName
{
background-color: #5812B7;
}
.BgClassName
{
background-color: #5812B7;
}
</style>
border-color css
<style>
span { border-color: #5812B7; }
span { border-color: rgb(88,18,183); }
td.TdClassName
{
border-color: #5812B7;
}
.TagClassName
{
border-color: #5812B7;
}
</style>