Shades of Purple Heart #5A1BAE
Tints of Purple Heart #5A1BAE
RGB
CMYK
RGB Variations
Color information
#5A1BAE (or 0x5A1BAE) is known color: Purple Heart. HEX triplet: 5A, 1B and AE. RGB value is (90,27,174). Sum of RGB (Red+Green+Blue) = 90+27+174=291 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.93% from 291); Green value is 27 (10.94% from 255 or 9.28% from 291); Blue value is 174 (68.36% from 255 or 59.79% from 291); Max value from RGB is 174 - color contains mainly: blue. Hex color #5A1BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A1BAE is #A5E451. Grayscale: #3E3E3E. Windows color (decimal): -10871890 or 11410266. OLE color: 11410266.
HSL color Cylindrical-coordinate representation of color #5A1BAE: hue angle of 265.71º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A1BAE is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 90 | 27 | 174 | - |
| CMYK | 0.48 | 0.84 | 0 | 0.32 |
| HSL | 265.71º | 0.73% | 0.39% | - |
| HSV(B) | 265.71º | 0.84% | 0.68% | - |
| XYZ | 12.25 | 6.01 | 40.56 | - |
| YUV | 62.6 | 190.87 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 27 | 174 | 0.48 | 0.84 | 0 | 0.32 | 265.71 | 0.73 | 0.39 |
| Hex | 5A | 1B | AE | 30 | 54 | 0 | 20 | 10A | 49 | 27 |
| Octal | 132 | 33 | 256 | 60 | 124 | 0 | 40 | 412 | 111 | 47 |
| Binary | 1011010 | 11011 | 10101110 | 110000 | 1010100 | 0 | 100000 | 100001010 | 1001001 | 100111 |
Color Harmonies of #5A1BAE
Complementary color
Monochromatic Colors of #5A1BAE
Black with #5A1BAE
Text Example
Text Example
White with #5A1BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1BAE; }
p { color: rgb(90,27,174); }
H1.HeaderClassName
{
color: #5A1BAE;
}
.AnyTagClassName
{
color: #5A1BAE;
}
</style>
background-color css
<style>
a { background-color: #5A1BAE; }
a { background-color: rgb(90,27,174); }
div.DivClassName
{
background-color: #5A1BAE;
}
.BgClassName
{
background-color: #5A1BAE;
}
</style>
border-color css
<style>
span { border-color: #5A1BAE; }
span { border-color: rgb(90,27,174); }
td.TdClassName
{
border-color: #5A1BAE;
}
.TagClassName
{
border-color: #5A1BAE;
}
</style>