Shades of Purple Heart #5A2EAC
Tints of Purple Heart #5A2EAC
RGB
CMYK
RGB Variations
Color information
#5A2EAC (or 0x5A2EAC) is known color: Purple Heart. HEX triplet: 5A, 2E and AC. RGB value is (90,46,172). Sum of RGB (Red+Green+Blue) = 90+46+172=308 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.22% from 308); Green value is 46 (18.36% from 255 or 14.94% from 308); Blue value is 172 (67.58% from 255 or 55.84% from 308); Max value from RGB is 172 - color contains mainly: blue. Hex color #5A2EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A2EAC is #A5D153. Grayscale: #494949. Windows color (decimal): -10867028 or 11284058. OLE color: 11284058.
HSL color Cylindrical-coordinate representation of color #5A2EAC: hue angle of 260.95º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5A2EAC is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 46 | 172 | - |
| CMYK | 0.48 | 0.73 | 0 | 0.33 |
| HSL | 260.95º | 0.58% | 0.43% | - |
| HSV(B) | 260.95º | 0.73% | 0.67% | - |
| XYZ | 12.64 | 7.11 | 39.74 | - |
| YUV | 73.52 | 183.58 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 46 | 172 | 0.48 | 0.73 | 0 | 0.33 | 260.95 | 0.58 | 0.43 |
| Hex | 5A | 2E | AC | 30 | 49 | 0 | 21 | 105 | 3A | 2B |
| Octal | 132 | 56 | 254 | 60 | 111 | 0 | 41 | 405 | 72 | 53 |
| Binary | 1011010 | 101110 | 10101100 | 110000 | 1001001 | 0 | 100001 | 100000101 | 111010 | 101011 |
Color Harmonies of #5A2EAC
Complementary color
Monochromatic Colors of #5A2EAC
Black with #5A2EAC
Text Example
Text Example
White with #5A2EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2EAC; }
p { color: rgb(90,46,172); }
H1.HeaderClassName
{
color: #5A2EAC;
}
.AnyTagClassName
{
color: #5A2EAC;
}
</style>
background-color css
<style>
a { background-color: #5A2EAC; }
a { background-color: rgb(90,46,172); }
div.DivClassName
{
background-color: #5A2EAC;
}
.BgClassName
{
background-color: #5A2EAC;
}
</style>
border-color css
<style>
span { border-color: #5A2EAC; }
span { border-color: rgb(90,46,172); }
td.TdClassName
{
border-color: #5A2EAC;
}
.TagClassName
{
border-color: #5A2EAC;
}
</style>