Shades of Purple Heart #5A1EC1
Tints of Purple Heart #5A1EC1
RGB
CMYK
RGB Variations
Color information
#5A1EC1 (or 0x5A1EC1) is known color: Purple Heart. HEX triplet: 5A, 1E and C1. RGB value is (90,30,193). Sum of RGB (Red+Green+Blue) = 90+30+193=313 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.75% from 313); Green value is 30 (12.11% from 255 or 9.58% from 313); Blue value is 193 (75.78% from 255 or 61.66% from 313); Max value from RGB is 193 - color contains mainly: blue. Hex color #5A1EC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A1EC1 is #A5E13E. Grayscale: #414141. Windows color (decimal): -10871103 or 12656218. OLE color: 12656218.
HSL color Cylindrical-coordinate representation of color #5A1EC1: hue angle of 262.09º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A1EC1 is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 90 | 30 | 193 | - |
| CMYK | 0.53 | 0.84 | 0 | 0.24 |
| HSL | 262.09º | 0.73% | 0.44% | - |
| HSV(B) | 262.09º | 0.84% | 0.76% | - |
| XYZ | 14.31 | 6.95 | 51.04 | - |
| YUV | 66.52 | 199.38 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 30 | 193 | 0.53 | 0.84 | 0 | 0.24 | 262.09 | 0.73 | 0.44 |
| Hex | 5A | 1E | C1 | 35 | 54 | 0 | 18 | 106 | 49 | 2C |
| Octal | 132 | 36 | 301 | 65 | 124 | 0 | 30 | 406 | 111 | 54 |
| Binary | 1011010 | 11110 | 11000001 | 110101 | 1010100 | 0 | 11000 | 100000110 | 1001001 | 101100 |
Color Harmonies of #5A1EC1
Complementary color
Monochromatic Colors of #5A1EC1
Black with #5A1EC1
Text Example
Text Example
White with #5A1EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1EC1; }
p { color: rgb(90,30,193); }
H1.HeaderClassName
{
color: #5A1EC1;
}
.AnyTagClassName
{
color: #5A1EC1;
}
</style>
background-color css
<style>
a { background-color: #5A1EC1; }
a { background-color: rgb(90,30,193); }
div.DivClassName
{
background-color: #5A1EC1;
}
.BgClassName
{
background-color: #5A1EC1;
}
</style>
border-color css
<style>
span { border-color: #5A1EC1; }
span { border-color: rgb(90,30,193); }
td.TdClassName
{
border-color: #5A1EC1;
}
.TagClassName
{
border-color: #5A1EC1;
}
</style>