Shades of Purple Heart #5908C5
Tints of Purple Heart #5908C5
RGB
CMYK
RGB Variations
Color information
#5908C5 (or 0x5908C5) is known color: Purple Heart. HEX triplet: 59, 08 and C5. RGB value is (89,8,197). Sum of RGB (Red+Green+Blue) = 89+8+197=294 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.27% from 294); Green value is 8 (3.52% from 255 or 2.72% from 294); Blue value is 197 (77.34% from 255 or 67.01% from 294); Max value from RGB is 197 - color contains mainly: blue. Hex color #5908C5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5908C5 is #A6F73A. Grayscale: #353535. Windows color (decimal): -10942267 or 12912729. OLE color: 12912729.
HSL color Cylindrical-coordinate representation of color #5908C5: hue angle of 265.71º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5908C5 is Cyan = 0.55, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 89 | 8 | 197 | - |
| CMYK | 0.55 | 0.96 | 0 | 0.23 |
| HSL | 265.71º | 0.92% | 0.4% | - |
| HSV(B) | 265.71º | 0.96% | 0.77% | - |
| XYZ | 14.28 | 6.33 | 53.29 | - |
| YUV | 53.77 | 208.84 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 8 | 197 | 0.55 | 0.96 | 0 | 0.23 | 265.71 | 0.92 | 0.4 |
| Hex | 59 | 8 | C5 | 37 | 60 | 0 | 17 | 10A | 5C | 28 |
| Octal | 131 | 10 | 305 | 67 | 140 | 0 | 27 | 412 | 134 | 50 |
| Binary | 1011001 | 1000 | 11000101 | 110111 | 1100000 | 0 | 10111 | 100001010 | 1011100 | 101000 |
Color Harmonies of #5908C5
Complementary color
Monochromatic Colors of #5908C5
Black with #5908C5
Text Example
Text Example
White with #5908C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5908C5; }
p { color: rgb(89,8,197); }
H1.HeaderClassName
{
color: #5908C5;
}
.AnyTagClassName
{
color: #5908C5;
}
</style>
background-color css
<style>
a { background-color: #5908C5; }
a { background-color: rgb(89,8,197); }
div.DivClassName
{
background-color: #5908C5;
}
.BgClassName
{
background-color: #5908C5;
}
</style>
border-color css
<style>
span { border-color: #5908C5; }
span { border-color: rgb(89,8,197); }
td.TdClassName
{
border-color: #5908C5;
}
.TagClassName
{
border-color: #5908C5;
}
</style>