Shades of Purple Heart #5A19C9
Tints of Purple Heart #5A19C9
RGB
CMYK
RGB Variations
Color information
#5A19C9 (or 0x5A19C9) is known color: Purple Heart. HEX triplet: 5A, 19 and C9. RGB value is (90,25,201). Sum of RGB (Red+Green+Blue) = 90+25+201=316 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.48% from 316); Green value is 25 (10.16% from 255 or 7.91% from 316); Blue value is 201 (78.91% from 255 or 63.61% from 316); Max value from RGB is 201 - color contains mainly: blue. Hex color #5A19C9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A19C9 is #A5E636. Grayscale: #3F3F3F. Windows color (decimal): -10872375 or 13179226. OLE color: 13179226.
HSL color Cylindrical-coordinate representation of color #5A19C9: hue angle of 262.16º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5A19C9 is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 90 | 25 | 201 | - |
| CMYK | 0.55 | 0.88 | 0 | 0.21 |
| HSL | 262.16º | 0.78% | 0.44% | - |
| HSV(B) | 262.16º | 0.88% | 0.79% | - |
| XYZ | 15.11 | 7.09 | 55.83 | - |
| YUV | 64.5 | 205.03 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 25 | 201 | 0.55 | 0.88 | 0 | 0.21 | 262.16 | 0.78 | 0.44 |
| Hex | 5A | 19 | C9 | 37 | 58 | 0 | 15 | 106 | 4E | 2C |
| Octal | 132 | 31 | 311 | 67 | 130 | 0 | 25 | 406 | 116 | 54 |
| Binary | 1011010 | 11001 | 11001001 | 110111 | 1011000 | 0 | 10101 | 100000110 | 1001110 | 101100 |
Color Harmonies of #5A19C9
Complementary color
Monochromatic Colors of #5A19C9
Black with #5A19C9
Text Example
Text Example
White with #5A19C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A19C9; }
p { color: rgb(90,25,201); }
H1.HeaderClassName
{
color: #5A19C9;
}
.AnyTagClassName
{
color: #5A19C9;
}
</style>
background-color css
<style>
a { background-color: #5A19C9; }
a { background-color: rgb(90,25,201); }
div.DivClassName
{
background-color: #5A19C9;
}
.BgClassName
{
background-color: #5A19C9;
}
</style>
border-color css
<style>
span { border-color: #5A19C9; }
span { border-color: rgb(90,25,201); }
td.TdClassName
{
border-color: #5A19C9;
}
.TagClassName
{
border-color: #5A19C9;
}
</style>