Shades of Purple Heart #5A28AA
Tints of Purple Heart #5A28AA
RGB
CMYK
RGB Variations
Color information
#5A28AA (or 0x5A28AA) is known color: Purple Heart. HEX triplet: 5A, 28 and AA. RGB value is (90,40,170). Sum of RGB (Red+Green+Blue) = 90+40+170=300 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30% from 300); Green value is 40 (16.02% from 255 or 13.33% from 300); Blue value is 170 (66.80% from 255 or 56.67% from 300); Max value from RGB is 170 - color contains mainly: blue. Hex color #5A28AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A28AA is #A5D755. Grayscale: #454545. Windows color (decimal): -10868566 or 11151450. OLE color: 11151450.
HSL color Cylindrical-coordinate representation of color #5A28AA: hue angle of 263.08º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5A28AA is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 40 | 170 | - |
| CMYK | 0.47 | 0.76 | 0 | 0.33 |
| HSL | 263.08º | 0.62% | 0.41% | - |
| HSV(B) | 263.08º | 0.76% | 0.67% | - |
| XYZ | 12.23 | 6.59 | 38.66 | - |
| YUV | 69.77 | 184.57 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 40 | 170 | 0.47 | 0.76 | 0 | 0.33 | 263.08 | 0.62 | 0.41 |
| Hex | 5A | 28 | AA | 2F | 4C | 0 | 21 | 107 | 3E | 29 |
| Octal | 132 | 50 | 252 | 57 | 114 | 0 | 41 | 407 | 76 | 51 |
| Binary | 1011010 | 101000 | 10101010 | 101111 | 1001100 | 0 | 100001 | 100000111 | 111110 | 101001 |
Color Harmonies of #5A28AA
Complementary color
Monochromatic Colors of #5A28AA
Black with #5A28AA
Text Example
Text Example
White with #5A28AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A28AA; }
p { color: rgb(90,40,170); }
H1.HeaderClassName
{
color: #5A28AA;
}
.AnyTagClassName
{
color: #5A28AA;
}
</style>
background-color css
<style>
a { background-color: #5A28AA; }
a { background-color: rgb(90,40,170); }
div.DivClassName
{
background-color: #5A28AA;
}
.BgClassName
{
background-color: #5A28AA;
}
</style>
border-color css
<style>
span { border-color: #5A28AA; }
span { border-color: rgb(90,40,170); }
td.TdClassName
{
border-color: #5A28AA;
}
.TagClassName
{
border-color: #5A28AA;
}
</style>