Shades of Purple Heart #5A1EAC
Tints of Purple Heart #5A1EAC
RGB
CMYK
RGB Variations
Color information
#5A1EAC (or 0x5A1EAC) is known color: Purple Heart. HEX triplet: 5A, 1E and AC. RGB value is (90,30,172). Sum of RGB (Red+Green+Blue) = 90+30+172=292 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.82% from 292); Green value is 30 (12.11% from 255 or 10.27% from 292); Blue value is 172 (67.58% from 255 or 58.90% from 292); Max value from RGB is 172 - color contains mainly: blue. Hex color #5A1EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A1EAC is #A5E153. Grayscale: #3F3F3F. Windows color (decimal): -10871124 or 11279962. OLE color: 11279962.
HSL color Cylindrical-coordinate representation of color #5A1EAC: hue angle of 265.35º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5A1EAC is Cyan = 0.48, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 30 | 172 | - |
| CMYK | 0.48 | 0.83 | 0 | 0.33 |
| HSL | 265.35º | 0.7% | 0.4% | - |
| HSV(B) | 265.35º | 0.83% | 0.67% | - |
| XYZ | 12.13 | 6.08 | 39.56 | - |
| YUV | 64.13 | 188.88 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 30 | 172 | 0.48 | 0.83 | 0 | 0.33 | 265.35 | 0.7 | 0.4 |
| Hex | 5A | 1E | AC | 30 | 53 | 0 | 21 | 109 | 46 | 28 |
| Octal | 132 | 36 | 254 | 60 | 123 | 0 | 41 | 411 | 106 | 50 |
| Binary | 1011010 | 11110 | 10101100 | 110000 | 1010011 | 0 | 100001 | 100001001 | 1000110 | 101000 |
Color Harmonies of #5A1EAC
Complementary color
Monochromatic Colors of #5A1EAC
Black with #5A1EAC
Text Example
Text Example
White with #5A1EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1EAC; }
p { color: rgb(90,30,172); }
H1.HeaderClassName
{
color: #5A1EAC;
}
.AnyTagClassName
{
color: #5A1EAC;
}
</style>
background-color css
<style>
a { background-color: #5A1EAC; }
a { background-color: rgb(90,30,172); }
div.DivClassName
{
background-color: #5A1EAC;
}
.BgClassName
{
background-color: #5A1EAC;
}
</style>
border-color css
<style>
span { border-color: #5A1EAC; }
span { border-color: rgb(90,30,172); }
td.TdClassName
{
border-color: #5A1EAC;
}
.TagClassName
{
border-color: #5A1EAC;
}
</style>