Shades of Purple Heart #5A0DAA
Tints of Purple Heart #5A0DAA
RGB
CMYK
RGB Variations
Color information
#5A0DAA (or 0x5A0DAA) is known color: Purple Heart. HEX triplet: 5A, 0D and AA. RGB value is (90,13,170). Sum of RGB (Red+Green+Blue) = 90+13+170=273 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.97% from 273); Green value is 13 (5.47% from 255 or 4.76% from 273); Blue value is 170 (66.80% from 255 or 62.27% from 273); Max value from RGB is 170 - color contains mainly: blue. Hex color #5A0DAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0DAA is #A5F255. Grayscale: #353535. Windows color (decimal): -10875478 or 11144538. OLE color: 11144538.
HSL color Cylindrical-coordinate representation of color #5A0DAA: hue angle of 269.43º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5A0DAA is Cyan = 0.47, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 13 | 170 | - |
| CMYK | 0.47 | 0.92 | 0 | 0.33 |
| HSL | 269.43º | 0.86% | 0.36% | - |
| HSV(B) | 269.43º | 0.92% | 0.67% | - |
| XYZ | 11.62 | 5.36 | 38.45 | - |
| YUV | 53.92 | 193.51 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 13 | 170 | 0.47 | 0.92 | 0 | 0.33 | 269.43 | 0.86 | 0.36 |
| Hex | 5A | D | AA | 2F | 5C | 0 | 21 | 10D | 56 | 24 |
| Octal | 132 | 15 | 252 | 57 | 134 | 0 | 41 | 415 | 126 | 44 |
| Binary | 1011010 | 1101 | 10101010 | 101111 | 1011100 | 0 | 100001 | 100001101 | 1010110 | 100100 |
Color Harmonies of #5A0DAA
Complementary color
Monochromatic Colors of #5A0DAA
Black with #5A0DAA
Text Example
Text Example
White with #5A0DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0DAA; }
p { color: rgb(90,13,170); }
H1.HeaderClassName
{
color: #5A0DAA;
}
.AnyTagClassName
{
color: #5A0DAA;
}
</style>
background-color css
<style>
a { background-color: #5A0DAA; }
a { background-color: rgb(90,13,170); }
div.DivClassName
{
background-color: #5A0DAA;
}
.BgClassName
{
background-color: #5A0DAA;
}
</style>
border-color css
<style>
span { border-color: #5A0DAA; }
span { border-color: rgb(90,13,170); }
td.TdClassName
{
border-color: #5A0DAA;
}
.TagClassName
{
border-color: #5A0DAA;
}
</style>