Shades of Purple Heart #5A16CC
Tints of Purple Heart #5A16CC
RGB
CMYK
RGB Variations
Color information
#5A16CC (or 0x5A16CC) is known color: Purple Heart. HEX triplet: 5A, 16 and CC. RGB value is (90,22,204). Sum of RGB (Red+Green+Blue) = 90+22+204=316 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.48% from 316); Green value is 22 (8.98% from 255 or 6.96% from 316); Blue value is 204 (80.08% from 255 or 64.56% from 316); Max value from RGB is 204 - color contains mainly: blue. Hex color #5A16CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A16CC is #A5E933. Grayscale: #3E3E3E. Windows color (decimal): -10873140 or 13375066. OLE color: 13375066.
HSL color Cylindrical-coordinate representation of color #5A16CC: hue angle of 262.42º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5A16CC is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 90 | 22 | 204 | - |
| CMYK | 0.56 | 0.89 | 0 | 0.2 |
| HSL | 262.42º | 0.81% | 0.44% | - |
| HSV(B) | 262.42º | 0.89% | 0.8% | - |
| XYZ | 15.4 | 7.11 | 57.69 | - |
| YUV | 63.08 | 207.53 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 22 | 204 | 0.56 | 0.89 | 0 | 0.2 | 262.42 | 0.81 | 0.44 |
| Hex | 5A | 16 | CC | 38 | 59 | 0 | 14 | 106 | 51 | 2C |
| Octal | 132 | 26 | 314 | 70 | 131 | 0 | 24 | 406 | 121 | 54 |
| Binary | 1011010 | 10110 | 11001100 | 111000 | 1011001 | 0 | 10100 | 100000110 | 1010001 | 101100 |
Color Harmonies of #5A16CC
Complementary color
Monochromatic Colors of #5A16CC
Black with #5A16CC
Text Example
Text Example
White with #5A16CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A16CC; }
p { color: rgb(90,22,204); }
H1.HeaderClassName
{
color: #5A16CC;
}
.AnyTagClassName
{
color: #5A16CC;
}
</style>
background-color css
<style>
a { background-color: #5A16CC; }
a { background-color: rgb(90,22,204); }
div.DivClassName
{
background-color: #5A16CC;
}
.BgClassName
{
background-color: #5A16CC;
}
</style>
border-color css
<style>
span { border-color: #5A16CC; }
span { border-color: rgb(90,22,204); }
td.TdClassName
{
border-color: #5A16CC;
}
.TagClassName
{
border-color: #5A16CC;
}
</style>