Shades of Purple Heart #5920C9
Tints of Purple Heart #5920C9
RGB
CMYK
RGB Variations
Color information
#5920C9 (or 0x5920C9) is known color: Purple Heart. HEX triplet: 59, 20 and C9. RGB value is (89,32,201). Sum of RGB (Red+Green+Blue) = 89+32+201=322 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.64% from 322); Green value is 32 (12.89% from 255 or 9.94% from 322); Blue value is 201 (78.91% from 255 or 62.42% from 322); Max value from RGB is 201 - color contains mainly: blue. Hex color #5920C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5920C9 is #A6DF36. Grayscale: #434343. Windows color (decimal): -10936119 or 13181017. OLE color: 13181017.
HSL color Cylindrical-coordinate representation of color #5920C9: hue angle of 260.24º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5920C9 is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 89 | 32 | 201 | - |
| CMYK | 0.56 | 0.84 | 0 | 0.21 |
| HSL | 260.24º | 0.73% | 0.46% | - |
| HSV(B) | 260.24º | 0.84% | 0.79% | - |
| XYZ | 15.18 | 7.37 | 55.88 | - |
| YUV | 68.31 | 202.88 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 32 | 201 | 0.56 | 0.84 | 0 | 0.21 | 260.24 | 0.73 | 0.46 |
| Hex | 59 | 20 | C9 | 38 | 54 | 0 | 15 | 104 | 49 | 2E |
| Octal | 131 | 40 | 311 | 70 | 124 | 0 | 25 | 404 | 111 | 56 |
| Binary | 1011001 | 100000 | 11001001 | 111000 | 1010100 | 0 | 10101 | 100000100 | 1001001 | 101110 |
Color Harmonies of #5920C9
Complementary color
Monochromatic Colors of #5920C9
Black with #5920C9
Text Example
Text Example
White with #5920C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5920C9; }
p { color: rgb(89,32,201); }
H1.HeaderClassName
{
color: #5920C9;
}
.AnyTagClassName
{
color: #5920C9;
}
</style>
background-color css
<style>
a { background-color: #5920C9; }
a { background-color: rgb(89,32,201); }
div.DivClassName
{
background-color: #5920C9;
}
.BgClassName
{
background-color: #5920C9;
}
</style>
border-color css
<style>
span { border-color: #5920C9; }
span { border-color: rgb(89,32,201); }
td.TdClassName
{
border-color: #5920C9;
}
.TagClassName
{
border-color: #5920C9;
}
</style>