Shades of Purple Heart #5A16C9
Tints of Purple Heart #5A16C9
RGB
CMYK
RGB Variations
Color information
#5A16C9 (or 0x5A16C9) is known color: Purple Heart. HEX triplet: 5A, 16 and C9. RGB value is (90,22,201). Sum of RGB (Red+Green+Blue) = 90+22+201=313 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.75% from 313); Green value is 22 (8.98% from 255 or 7.03% from 313); Blue value is 201 (78.91% from 255 or 64.22% from 313); Max value from RGB is 201 - color contains mainly: blue. Hex color #5A16C9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A16C9 is #A5E936. Grayscale: #3E3E3E. Windows color (decimal): -10873143 or 13178458. OLE color: 13178458.
HSL color Cylindrical-coordinate representation of color #5A16C9: hue angle of 262.79º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5A16C9 is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 90 | 22 | 201 | - |
| CMYK | 0.55 | 0.89 | 0 | 0.21 |
| HSL | 262.79º | 0.8% | 0.44% | - |
| HSV(B) | 262.79º | 0.89% | 0.79% | - |
| XYZ | 15.05 | 6.96 | 55.81 | - |
| YUV | 62.74 | 206.03 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 22 | 201 | 0.55 | 0.89 | 0 | 0.21 | 262.79 | 0.8 | 0.44 |
| Hex | 5A | 16 | C9 | 37 | 59 | 0 | 15 | 107 | 50 | 2C |
| Octal | 132 | 26 | 311 | 67 | 131 | 0 | 25 | 407 | 120 | 54 |
| Binary | 1011010 | 10110 | 11001001 | 110111 | 1011001 | 0 | 10101 | 100000111 | 1010000 | 101100 |
Color Harmonies of #5A16C9
Complementary color
Monochromatic Colors of #5A16C9
Black with #5A16C9
Text Example
Text Example
White with #5A16C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A16C9; }
p { color: rgb(90,22,201); }
H1.HeaderClassName
{
color: #5A16C9;
}
.AnyTagClassName
{
color: #5A16C9;
}
</style>
background-color css
<style>
a { background-color: #5A16C9; }
a { background-color: rgb(90,22,201); }
div.DivClassName
{
background-color: #5A16C9;
}
.BgClassName
{
background-color: #5A16C9;
}
</style>
border-color css
<style>
span { border-color: #5A16C9; }
span { border-color: rgb(90,22,201); }
td.TdClassName
{
border-color: #5A16C9;
}
.TagClassName
{
border-color: #5A16C9;
}
</style>