Shades of Purple Heart #5A18AA
Tints of Purple Heart #5A18AA
RGB
CMYK
RGB Variations
Color information
#5A18AA (or 0x5A18AA) is known color: Purple Heart. HEX triplet: 5A, 18 and AA. RGB value is (90,24,170). Sum of RGB (Red+Green+Blue) = 90+24+170=284 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.69% from 284); Green value is 24 (9.77% from 255 or 8.45% from 284); Blue value is 170 (66.80% from 255 or 59.86% from 284); Max value from RGB is 170 - color contains mainly: blue. Hex color #5A18AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A18AA is #A5E755. Grayscale: #3B3B3B. Windows color (decimal): -10872662 or 11147354. OLE color: 11147354.
HSL color Cylindrical-coordinate representation of color #5A18AA: hue angle of 267.12º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5A18AA is Cyan = 0.47, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 24 | 170 | - |
| CMYK | 0.47 | 0.86 | 0 | 0.33 |
| HSL | 267.12º | 0.75% | 0.38% | - |
| HSV(B) | 267.12º | 0.86% | 0.67% | - |
| XYZ | 11.8 | 5.73 | 38.51 | - |
| YUV | 60.38 | 189.87 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 24 | 170 | 0.47 | 0.86 | 0 | 0.33 | 267.12 | 0.75 | 0.38 |
| Hex | 5A | 18 | AA | 2F | 56 | 0 | 21 | 10B | 4B | 26 |
| Octal | 132 | 30 | 252 | 57 | 126 | 0 | 41 | 413 | 113 | 46 |
| Binary | 1011010 | 11000 | 10101010 | 101111 | 1010110 | 0 | 100001 | 100001011 | 1001011 | 100110 |
Color Harmonies of #5A18AA
Complementary color
Monochromatic Colors of #5A18AA
Black with #5A18AA
Text Example
Text Example
White with #5A18AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A18AA; }
p { color: rgb(90,24,170); }
H1.HeaderClassName
{
color: #5A18AA;
}
.AnyTagClassName
{
color: #5A18AA;
}
</style>
background-color css
<style>
a { background-color: #5A18AA; }
a { background-color: rgb(90,24,170); }
div.DivClassName
{
background-color: #5A18AA;
}
.BgClassName
{
background-color: #5A18AA;
}
</style>
border-color css
<style>
span { border-color: #5A18AA; }
span { border-color: rgb(90,24,170); }
td.TdClassName
{
border-color: #5A18AA;
}
.TagClassName
{
border-color: #5A18AA;
}
</style>