Shades of Purple Heart #5A16C1
Tints of Purple Heart #5A16C1
RGB
CMYK
RGB Variations
Color information
#5A16C1 (or 0x5A16C1) is known color: Purple Heart. HEX triplet: 5A, 16 and C1. RGB value is (90,22,193). Sum of RGB (Red+Green+Blue) = 90+22+193=305 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.51% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 193 (75.78% from 255 or 63.28% from 305); Max value from RGB is 193 - color contains mainly: blue. Hex color #5A16C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A16C1 is #A5E93E. Grayscale: #3D3D3D. Windows color (decimal): -10873151 or 12654170. OLE color: 12654170.
HSL color Cylindrical-coordinate representation of color #5A16C1: hue angle of 263.86º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5A16C1 is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 90 | 22 | 193 | - |
| CMYK | 0.53 | 0.89 | 0 | 0.24 |
| HSL | 263.86º | 0.8% | 0.42% | - |
| HSV(B) | 263.86º | 0.89% | 0.76% | - |
| XYZ | 14.13 | 6.6 | 50.98 | - |
| YUV | 61.83 | 202.03 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 22 | 193 | 0.53 | 0.89 | 0 | 0.24 | 263.86 | 0.8 | 0.42 |
| Hex | 5A | 16 | C1 | 35 | 59 | 0 | 18 | 108 | 50 | 2A |
| Octal | 132 | 26 | 301 | 65 | 131 | 0 | 30 | 410 | 120 | 52 |
| Binary | 1011010 | 10110 | 11000001 | 110101 | 1011001 | 0 | 11000 | 100001000 | 1010000 | 101010 |
Color Harmonies of #5A16C1
Complementary color
Monochromatic Colors of #5A16C1
Black with #5A16C1
Text Example
Text Example
White with #5A16C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A16C1; }
p { color: rgb(90,22,193); }
H1.HeaderClassName
{
color: #5A16C1;
}
.AnyTagClassName
{
color: #5A16C1;
}
</style>
background-color css
<style>
a { background-color: #5A16C1; }
a { background-color: rgb(90,22,193); }
div.DivClassName
{
background-color: #5A16C1;
}
.BgClassName
{
background-color: #5A16C1;
}
</style>
border-color css
<style>
span { border-color: #5A16C1; }
span { border-color: rgb(90,22,193); }
td.TdClassName
{
border-color: #5A16C1;
}
.TagClassName
{
border-color: #5A16C1;
}
</style>