Shades of Purple Heart #5A2FAD
Tints of Purple Heart #5A2FAD
RGB
CMYK
RGB Variations
Color information
#5A2FAD (or 0x5A2FAD) is known color: Purple Heart. HEX triplet: 5A, 2F and AD. RGB value is (90,47,173). Sum of RGB (Red+Green+Blue) = 90+47+173=310 (41% of max value = 765). Red value is 90 (35.55% from 255 or 29.03% from 310); Green value is 47 (18.75% from 255 or 15.16% from 310); Blue value is 173 (67.97% from 255 or 55.81% from 310); Max value from RGB is 173 - color contains mainly: blue. Hex color #5A2FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A2FAD is #A5D052. Grayscale: #494949. Windows color (decimal): -10866771 or 11349850. OLE color: 11349850.
HSL color Cylindrical-coordinate representation of color #5A2FAD: hue angle of 260.48º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5A2FAD is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 90 | 47 | 173 | - |
| CMYK | 0.48 | 0.73 | 0 | 0.32 |
| HSL | 260.48º | 0.57% | 0.43% | - |
| HSV(B) | 260.48º | 0.73% | 0.68% | - |
| XYZ | 12.78 | 7.22 | 40.26 | - |
| YUV | 74.22 | 183.75 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 47 | 173 | 0.48 | 0.73 | 0 | 0.32 | 260.48 | 0.57 | 0.43 |
| Hex | 5A | 2F | AD | 30 | 49 | 0 | 20 | 104 | 39 | 2B |
| Octal | 132 | 57 | 255 | 60 | 111 | 0 | 40 | 404 | 71 | 53 |
| Binary | 1011010 | 101111 | 10101101 | 110000 | 1001001 | 0 | 100000 | 100000100 | 111001 | 101011 |
Color Harmonies of #5A2FAD
Complementary color
Monochromatic Colors of #5A2FAD
Black with #5A2FAD
Text Example
Text Example
White with #5A2FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2FAD; }
p { color: rgb(90,47,173); }
H1.HeaderClassName
{
color: #5A2FAD;
}
.AnyTagClassName
{
color: #5A2FAD;
}
</style>
background-color css
<style>
a { background-color: #5A2FAD; }
a { background-color: rgb(90,47,173); }
div.DivClassName
{
background-color: #5A2FAD;
}
.BgClassName
{
background-color: #5A2FAD;
}
</style>
border-color css
<style>
span { border-color: #5A2FAD; }
span { border-color: rgb(90,47,173); }
td.TdClassName
{
border-color: #5A2FAD;
}
.TagClassName
{
border-color: #5A2FAD;
}
</style>