Shades of Purple Heart #5808C0
Tints of Purple Heart #5808C0
RGB
CMYK
RGB Variations
Color information
#5808C0 (or 0x5808C0) is known color: Purple Heart. HEX triplet: 58, 08 and C0. RGB value is (88,8,192). Sum of RGB (Red+Green+Blue) = 88+8+192=288 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.56% from 288); Green value is 8 (3.52% from 255 or 2.78% from 288); Blue value is 192 (75.39% from 255 or 66.67% from 288); Max value from RGB is 192 - color contains mainly: blue. Hex color #5808C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5808C0 is #A7F73F. Grayscale: #343434. Windows color (decimal): -11007808 or 12585048. OLE color: 12585048.
HSL color Cylindrical-coordinate representation of color #5808C0: hue angle of 266.09º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5808C0 is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 88 | 8 | 192 | - |
| CMYK | 0.54 | 0.96 | 0 | 0.25 |
| HSL | 266.09º | 0.92% | 0.39% | - |
| HSV(B) | 266.09º | 0.96% | 0.75% | - |
| XYZ | 13.63 | 6.05 | 50.32 | - |
| YUV | 52.9 | 206.5 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 8 | 192 | 0.54 | 0.96 | 0 | 0.25 | 266.09 | 0.92 | 0.39 |
| Hex | 58 | 8 | C0 | 36 | 60 | 0 | 19 | 10A | 5C | 27 |
| Octal | 130 | 10 | 300 | 66 | 140 | 0 | 31 | 412 | 134 | 47 |
| Binary | 1011000 | 1000 | 11000000 | 110110 | 1100000 | 0 | 11001 | 100001010 | 1011100 | 100111 |
Color Harmonies of #5808C0
Complementary color
Monochromatic Colors of #5808C0
Black with #5808C0
Text Example
Text Example
White with #5808C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5808C0; }
p { color: rgb(88,8,192); }
H1.HeaderClassName
{
color: #5808C0;
}
.AnyTagClassName
{
color: #5808C0;
}
</style>
background-color css
<style>
a { background-color: #5808C0; }
a { background-color: rgb(88,8,192); }
div.DivClassName
{
background-color: #5808C0;
}
.BgClassName
{
background-color: #5808C0;
}
</style>
border-color css
<style>
span { border-color: #5808C0; }
span { border-color: rgb(88,8,192); }
td.TdClassName
{
border-color: #5808C0;
}
.TagClassName
{
border-color: #5808C0;
}
</style>