Shades of Purple Heart #5A2EAA
Tints of Purple Heart #5A2EAA
RGB
CMYK
RGB Variations
Color information
#5A2EAA (or 0x5A2EAA) is known color: Purple Heart. HEX triplet: 5A, 2E and AA. RGB value is (90,46,170). Sum of RGB (Red+Green+Blue) = 90+46+170=306 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.41% from 306); Green value is 46 (18.36% from 255 or 15.03% from 306); Blue value is 170 (66.80% from 255 or 55.56% from 306); Max value from RGB is 170 - color contains mainly: blue. Hex color #5A2EAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A2EAA is #A5D155. Grayscale: #484848. Windows color (decimal): -10867030 or 11152986. OLE color: 11152986.
HSL color Cylindrical-coordinate representation of color #5A2EAA: hue angle of 261.29º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5A2EAA is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 46 | 170 | - |
| CMYK | 0.47 | 0.73 | 0 | 0.33 |
| HSL | 261.29º | 0.57% | 0.42% | - |
| HSV(B) | 261.29º | 0.73% | 0.67% | - |
| XYZ | 12.45 | 7.03 | 38.73 | - |
| YUV | 73.29 | 182.58 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 46 | 170 | 0.47 | 0.73 | 0 | 0.33 | 261.29 | 0.57 | 0.42 |
| Hex | 5A | 2E | AA | 2F | 49 | 0 | 21 | 105 | 39 | 2A |
| Octal | 132 | 56 | 252 | 57 | 111 | 0 | 41 | 405 | 71 | 52 |
| Binary | 1011010 | 101110 | 10101010 | 101111 | 1001001 | 0 | 100001 | 100000101 | 111001 | 101010 |
Color Harmonies of #5A2EAA
Complementary color
Monochromatic Colors of #5A2EAA
Black with #5A2EAA
Text Example
Text Example
White with #5A2EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2EAA; }
p { color: rgb(90,46,170); }
H1.HeaderClassName
{
color: #5A2EAA;
}
.AnyTagClassName
{
color: #5A2EAA;
}
</style>
background-color css
<style>
a { background-color: #5A2EAA; }
a { background-color: rgb(90,46,170); }
div.DivClassName
{
background-color: #5A2EAA;
}
.BgClassName
{
background-color: #5A2EAA;
}
</style>
border-color css
<style>
span { border-color: #5A2EAA; }
span { border-color: rgb(90,46,170); }
td.TdClassName
{
border-color: #5A2EAA;
}
.TagClassName
{
border-color: #5A2EAA;
}
</style>