Shades of Purple Heart #5940C2
Tints of Purple Heart #5940C2
RGB
CMYK
RGB Variations
Color information
#5940C2 (or 0x5940C2) is known color: Purple Heart. HEX triplet: 59, 40 and C2. RGB value is (89,64,194). Sum of RGB (Red+Green+Blue) = 89+64+194=347 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.65% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 194 (76.17% from 255 or 55.91% from 347); Max value from RGB is 194 - color contains mainly: blue. Hex color #5940C2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5940C2 is #A6BF3D. Grayscale: #555555. Windows color (decimal): -10927934 or 12730457. OLE color: 12730457.
HSL color Cylindrical-coordinate representation of color #5940C2: hue angle of 251.54º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5940C2 is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 89 | 64 | 194 | - |
| CMYK | 0.54 | 0.67 | 0 | 0.24 |
| HSL | 251.54º | 0.52% | 0.51% | - |
| HSV(B) | 251.54º | 0.67% | 0.76% | - |
| XYZ | 15.69 | 9.69 | 52.08 | - |
| YUV | 86.3 | 188.78 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 64 | 194 | 0.54 | 0.67 | 0 | 0.24 | 251.54 | 0.52 | 0.51 |
| Hex | 59 | 40 | C2 | 36 | 43 | 0 | 18 | FC | 34 | 33 |
| Octal | 131 | 100 | 302 | 66 | 103 | 0 | 30 | 374 | 64 | 63 |
| Binary | 1011001 | 1000000 | 11000010 | 110110 | 1000011 | 0 | 11000 | 11111100 | 110100 | 110011 |
Color Harmonies of #5940C2
Complementary color
Monochromatic Colors of #5940C2
Black with #5940C2
Text Example
Text Example
White with #5940C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5940C2; }
p { color: rgb(89,64,194); }
H1.HeaderClassName
{
color: #5940C2;
}
.AnyTagClassName
{
color: #5940C2;
}
</style>
background-color css
<style>
a { background-color: #5940C2; }
a { background-color: rgb(89,64,194); }
div.DivClassName
{
background-color: #5940C2;
}
.BgClassName
{
background-color: #5940C2;
}
</style>
border-color css
<style>
span { border-color: #5940C2; }
span { border-color: rgb(89,64,194); }
td.TdClassName
{
border-color: #5940C2;
}
.TagClassName
{
border-color: #5940C2;
}
</style>