Shades of Purple Heart #5905C6
Tints of Purple Heart #5905C6
RGB
CMYK
RGB Variations
Color information
#5905C6 (or 0x5905C6) is known color: Purple Heart. HEX triplet: 59, 05 and C6. RGB value is (89,5,198). Sum of RGB (Red+Green+Blue) = 89+5+198=292 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.48% from 292); Green value is 5 (2.34% from 255 or 1.71% from 292); Blue value is 198 (77.73% from 255 or 67.81% from 292); Max value from RGB is 198 - color contains mainly: blue. Hex color #5905C6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5905C6 is #A6FA39. Grayscale: #333333. Windows color (decimal): -10943034 or 12977497. OLE color: 12977497.
HSL color Cylindrical-coordinate representation of color #5905C6: hue angle of 266.11º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5905C6 is Cyan = 0.55, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 89 | 5 | 198 | - |
| CMYK | 0.55 | 0.97 | 0 | 0.22 |
| HSL | 266.11º | 0.95% | 0.4% | - |
| HSV(B) | 266.11º | 0.97% | 0.78% | - |
| XYZ | 14.37 | 6.31 | 53.89 | - |
| YUV | 52.12 | 210.33 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 5 | 198 | 0.55 | 0.97 | 0 | 0.22 | 266.11 | 0.95 | 0.4 |
| Hex | 59 | 5 | C6 | 37 | 61 | 0 | 16 | 10A | 5F | 28 |
| Octal | 131 | 5 | 306 | 67 | 141 | 0 | 26 | 412 | 137 | 50 |
| Binary | 1011001 | 101 | 11000110 | 110111 | 1100001 | 0 | 10110 | 100001010 | 1011111 | 101000 |
Color Harmonies of #5905C6
Complementary color
Monochromatic Colors of #5905C6
Black with #5905C6
Text Example
Text Example
White with #5905C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5905C6; }
p { color: rgb(89,5,198); }
H1.HeaderClassName
{
color: #5905C6;
}
.AnyTagClassName
{
color: #5905C6;
}
</style>
background-color css
<style>
a { background-color: #5905C6; }
a { background-color: rgb(89,5,198); }
div.DivClassName
{
background-color: #5905C6;
}
.BgClassName
{
background-color: #5905C6;
}
</style>
border-color css
<style>
span { border-color: #5905C6; }
span { border-color: rgb(89,5,198); }
td.TdClassName
{
border-color: #5905C6;
}
.TagClassName
{
border-color: #5905C6;
}
</style>