Shades of Purple Heart #5942C0
Tints of Purple Heart #5942C0
RGB
CMYK
RGB Variations
Color information
#5942C0 (or 0x5942C0) is known color: Purple Heart. HEX triplet: 59, 42 and C0. RGB value is (89,66,192). Sum of RGB (Red+Green+Blue) = 89+66+192=347 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.65% from 347); Green value is 66 (26.17% from 255 or 19.02% from 347); Blue value is 192 (75.39% from 255 or 55.33% from 347); Max value from RGB is 192 - color contains mainly: blue. Hex color #5942C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5942C0 is #A6BD3F. Grayscale: #565656. Windows color (decimal): -10927424 or 12599897. OLE color: 12599897.
HSL color Cylindrical-coordinate representation of color #5942C0: hue angle of 250.95º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5942C0 is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 66 | 192 | - |
| CMYK | 0.54 | 0.66 | 0 | 0.25 |
| HSL | 250.95º | 0.5% | 0.51% | - |
| HSV(B) | 250.95º | 0.66% | 0.75% | - |
| XYZ | 15.58 | 9.83 | 50.94 | - |
| YUV | 87.24 | 187.12 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 66 | 192 | 0.54 | 0.66 | 0 | 0.25 | 250.95 | 0.5 | 0.51 |
| Hex | 59 | 42 | C0 | 36 | 42 | 0 | 19 | FB | 32 | 33 |
| Octal | 131 | 102 | 300 | 66 | 102 | 0 | 31 | 373 | 62 | 63 |
| Binary | 1011001 | 1000010 | 11000000 | 110110 | 1000010 | 0 | 11001 | 11111011 | 110010 | 110011 |
Color Harmonies of #5942C0
Complementary color
Monochromatic Colors of #5942C0
Black with #5942C0
Text Example
Text Example
White with #5942C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5942C0; }
p { color: rgb(89,66,192); }
H1.HeaderClassName
{
color: #5942C0;
}
.AnyTagClassName
{
color: #5942C0;
}
</style>
background-color css
<style>
a { background-color: #5942C0; }
a { background-color: rgb(89,66,192); }
div.DivClassName
{
background-color: #5942C0;
}
.BgClassName
{
background-color: #5942C0;
}
</style>
border-color css
<style>
span { border-color: #5942C0; }
span { border-color: rgb(89,66,192); }
td.TdClassName
{
border-color: #5942C0;
}
.TagClassName
{
border-color: #5942C0;
}
</style>