Shades of Purple Heart #5A1DAE
Tints of Purple Heart #5A1DAE
RGB
CMYK
RGB Variations
Color information
#5A1DAE (or 0x5A1DAE) is known color: Purple Heart. HEX triplet: 5A, 1D and AE. RGB value is (90,29,174). Sum of RGB (Red+Green+Blue) = 90+29+174=293 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.72% from 293); Green value is 29 (11.72% from 255 or 9.90% from 293); Blue value is 174 (68.36% from 255 or 59.39% from 293); Max value from RGB is 174 - color contains mainly: blue. Hex color #5A1DAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A1DAE is #A5E251. Grayscale: #3F3F3F. Windows color (decimal): -10871378 or 11410778. OLE color: 11410778.
HSL color Cylindrical-coordinate representation of color #5A1DAE: hue angle of 265.24º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5A1DAE is Cyan = 0.48, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 90 | 29 | 174 | - |
| CMYK | 0.48 | 0.83 | 0 | 0.32 |
| HSL | 265.24º | 0.71% | 0.4% | - |
| HSV(B) | 265.24º | 0.83% | 0.68% | - |
| XYZ | 12.3 | 6.11 | 40.58 | - |
| YUV | 63.77 | 190.21 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 29 | 174 | 0.48 | 0.83 | 0 | 0.32 | 265.24 | 0.71 | 0.4 |
| Hex | 5A | 1D | AE | 30 | 53 | 0 | 20 | 109 | 47 | 28 |
| Octal | 132 | 35 | 256 | 60 | 123 | 0 | 40 | 411 | 107 | 50 |
| Binary | 1011010 | 11101 | 10101110 | 110000 | 1010011 | 0 | 100000 | 100001001 | 1000111 | 101000 |
Color Harmonies of #5A1DAE
Complementary color
Monochromatic Colors of #5A1DAE
Black with #5A1DAE
Text Example
Text Example
White with #5A1DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1DAE; }
p { color: rgb(90,29,174); }
H1.HeaderClassName
{
color: #5A1DAE;
}
.AnyTagClassName
{
color: #5A1DAE;
}
</style>
background-color css
<style>
a { background-color: #5A1DAE; }
a { background-color: rgb(90,29,174); }
div.DivClassName
{
background-color: #5A1DAE;
}
.BgClassName
{
background-color: #5A1DAE;
}
</style>
border-color css
<style>
span { border-color: #5A1DAE; }
span { border-color: rgb(90,29,174); }
td.TdClassName
{
border-color: #5A1DAE;
}
.TagClassName
{
border-color: #5A1DAE;
}
</style>