Shades of Purple Heart #5A16CA
Tints of Purple Heart #5A16CA
RGB
CMYK
RGB Variations
Color information
#5A16CA (or 0x5A16CA) is known color: Purple Heart. HEX triplet: 5A, 16 and CA. RGB value is (90,22,202). Sum of RGB (Red+Green+Blue) = 90+22+202=314 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.66% from 314); Green value is 22 (8.98% from 255 or 7.01% from 314); Blue value is 202 (79.30% from 255 or 64.33% from 314); Max value from RGB is 202 - color contains mainly: blue. Hex color #5A16CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A16CA is #A5E935. Grayscale: #3E3E3E. Windows color (decimal): -10873142 or 13243994. OLE color: 13243994.
HSL color Cylindrical-coordinate representation of color #5A16CA: hue angle of 262.67º 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 #5A16CA is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 90 | 22 | 202 | - |
| CMYK | 0.55 | 0.89 | 0 | 0.21 |
| HSL | 262.67º | 0.8% | 0.44% | - |
| HSV(B) | 262.67º | 0.89% | 0.79% | - |
| XYZ | 15.16 | 7.01 | 56.43 | - |
| YUV | 62.85 | 206.53 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 22 | 202 | 0.55 | 0.89 | 0 | 0.21 | 262.67 | 0.8 | 0.44 |
| Hex | 5A | 16 | CA | 37 | 59 | 0 | 15 | 107 | 50 | 2C |
| Octal | 132 | 26 | 312 | 67 | 131 | 0 | 25 | 407 | 120 | 54 |
| Binary | 1011010 | 10110 | 11001010 | 110111 | 1011001 | 0 | 10101 | 100000111 | 1010000 | 101100 |
Color Harmonies of #5A16CA
Complementary color
Monochromatic Colors of #5A16CA
Black with #5A16CA
Text Example
Text Example
White with #5A16CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A16CA; }
p { color: rgb(90,22,202); }
H1.HeaderClassName
{
color: #5A16CA;
}
.AnyTagClassName
{
color: #5A16CA;
}
</style>
background-color css
<style>
a { background-color: #5A16CA; }
a { background-color: rgb(90,22,202); }
div.DivClassName
{
background-color: #5A16CA;
}
.BgClassName
{
background-color: #5A16CA;
}
</style>
border-color css
<style>
span { border-color: #5A16CA; }
span { border-color: rgb(90,22,202); }
td.TdClassName
{
border-color: #5A16CA;
}
.TagClassName
{
border-color: #5A16CA;
}
</style>