Shades of Purple Heart #5A28AD
Tints of Purple Heart #5A28AD
RGB
CMYK
RGB Variations
Color information
#5A28AD (or 0x5A28AD) is known color: Purple Heart. HEX triplet: 5A, 28 and AD. RGB value is (90,40,173). Sum of RGB (Red+Green+Blue) = 90+40+173=303 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.70% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 173 (67.97% from 255 or 57.10% from 303); Max value from RGB is 173 - color contains mainly: blue. Hex color #5A28AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A28AD is #A5D752. Grayscale: #454545. Windows color (decimal): -10868563 or 11348058. OLE color: 11348058.
HSL color Cylindrical-coordinate representation of color #5A28AD: hue angle of 262.56º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5A28AD is Cyan = 0.48, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 90 | 40 | 173 | - |
| CMYK | 0.48 | 0.77 | 0 | 0.32 |
| HSL | 262.56º | 0.62% | 0.42% | - |
| HSV(B) | 262.56º | 0.77% | 0.68% | - |
| XYZ | 12.52 | 6.71 | 40.17 | - |
| YUV | 70.11 | 186.07 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 40 | 173 | 0.48 | 0.77 | 0 | 0.32 | 262.56 | 0.62 | 0.42 |
| Hex | 5A | 28 | AD | 30 | 4D | 0 | 20 | 107 | 3E | 2A |
| Octal | 132 | 50 | 255 | 60 | 115 | 0 | 40 | 407 | 76 | 52 |
| Binary | 1011010 | 101000 | 10101101 | 110000 | 1001101 | 0 | 100000 | 100000111 | 111110 | 101010 |
Color Harmonies of #5A28AD
Complementary color
Monochromatic Colors of #5A28AD
Black with #5A28AD
Text Example
Text Example
White with #5A28AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A28AD; }
p { color: rgb(90,40,173); }
H1.HeaderClassName
{
color: #5A28AD;
}
.AnyTagClassName
{
color: #5A28AD;
}
</style>
background-color css
<style>
a { background-color: #5A28AD; }
a { background-color: rgb(90,40,173); }
div.DivClassName
{
background-color: #5A28AD;
}
.BgClassName
{
background-color: #5A28AD;
}
</style>
border-color css
<style>
span { border-color: #5A28AD; }
span { border-color: rgb(90,40,173); }
td.TdClassName
{
border-color: #5A28AD;
}
.TagClassName
{
border-color: #5A28AD;
}
</style>