Shades of Purple Heart #5807CE
Tints of Purple Heart #5807CE
RGB
CMYK
RGB Variations
Color information
#5807CE (or 0x5807CE) is known color: Purple Heart. HEX triplet: 58, 07 and CE. RGB value is (88,7,206). Sum of RGB (Red+Green+Blue) = 88+7+206=301 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.24% from 301); Green value is 7 (3.12% from 255 or 2.33% from 301); Blue value is 206 (80.86% from 255 or 68.44% from 301); Max value from RGB is 206 - color contains mainly: blue. Hex color #5807CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5807CE is #A7F831. Grayscale: #353535. Windows color (decimal): -11008050 or 13502296. OLE color: 13502296.
HSL color Cylindrical-coordinate representation of color #5807CE: hue angle of 264.42º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5807CE is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 7 | 206 | - |
| CMYK | 0.57 | 0.97 | 0 | 0.19 |
| HSL | 264.42º | 0.93% | 0.42% | - |
| HSV(B) | 264.42º | 0.97% | 0.81% | - |
| XYZ | 15.24 | 6.68 | 58.88 | - |
| YUV | 53.91 | 213.84 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 7 | 206 | 0.57 | 0.97 | 0 | 0.19 | 264.42 | 0.93 | 0.42 |
| Hex | 58 | 7 | CE | 39 | 61 | 0 | 13 | 108 | 5D | 2A |
| Octal | 130 | 7 | 316 | 71 | 141 | 0 | 23 | 410 | 135 | 52 |
| Binary | 1011000 | 111 | 11001110 | 111001 | 1100001 | 0 | 10011 | 100001000 | 1011101 | 101010 |
Color Harmonies of #5807CE
Complementary color
Monochromatic Colors of #5807CE
Black with #5807CE
Text Example
Text Example
White with #5807CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5807CE; }
p { color: rgb(88,7,206); }
H1.HeaderClassName
{
color: #5807CE;
}
.AnyTagClassName
{
color: #5807CE;
}
</style>
background-color css
<style>
a { background-color: #5807CE; }
a { background-color: rgb(88,7,206); }
div.DivClassName
{
background-color: #5807CE;
}
.BgClassName
{
background-color: #5807CE;
}
</style>
border-color css
<style>
span { border-color: #5807CE; }
span { border-color: rgb(88,7,206); }
td.TdClassName
{
border-color: #5807CE;
}
.TagClassName
{
border-color: #5807CE;
}
</style>