Shades of Purple Heart #5804CE
Tints of Purple Heart #5804CE
RGB
CMYK
RGB Variations
Color information
#5804CE (or 0x5804CE) is known color: Purple Heart. HEX triplet: 58, 04 and CE. RGB value is (88,4,206). Sum of RGB (Red+Green+Blue) = 88+4+206=298 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.53% from 298); Green value is 4 (1.95% from 255 or 1.34% from 298); Blue value is 206 (80.86% from 255 or 69.13% from 298); Max value from RGB is 206 - color contains mainly: blue. Hex color #5804CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5804CE is #A7FB31. Grayscale: #333333. Windows color (decimal): -11008818 or 13501528. OLE color: 13501528.
HSL color Cylindrical-coordinate representation of color #5804CE: hue angle of 264.95º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5804CE is Cyan = 0.57, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 4 | 206 | - |
| CMYK | 0.57 | 0.98 | 0 | 0.19 |
| HSL | 264.95º | 0.96% | 0.41% | - |
| HSV(B) | 264.95º | 0.98% | 0.81% | - |
| XYZ | 15.21 | 6.62 | 58.87 | - |
| YUV | 52.14 | 214.83 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 4 | 206 | 0.57 | 0.98 | 0 | 0.19 | 264.95 | 0.96 | 0.41 |
| Hex | 58 | 4 | CE | 39 | 62 | 0 | 13 | 109 | 60 | 29 |
| Octal | 130 | 4 | 316 | 71 | 142 | 0 | 23 | 411 | 140 | 51 |
| Binary | 1011000 | 100 | 11001110 | 111001 | 1100010 | 0 | 10011 | 100001001 | 1100000 | 101001 |
Color Harmonies of #5804CE
Complementary color
Monochromatic Colors of #5804CE
Black with #5804CE
Text Example
Text Example
White with #5804CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5804CE; }
p { color: rgb(88,4,206); }
H1.HeaderClassName
{
color: #5804CE;
}
.AnyTagClassName
{
color: #5804CE;
}
</style>
background-color css
<style>
a { background-color: #5804CE; }
a { background-color: rgb(88,4,206); }
div.DivClassName
{
background-color: #5804CE;
}
.BgClassName
{
background-color: #5804CE;
}
</style>
border-color css
<style>
span { border-color: #5804CE; }
span { border-color: rgb(88,4,206); }
td.TdClassName
{
border-color: #5804CE;
}
.TagClassName
{
border-color: #5804CE;
}
</style>