Shades of Purple Heart #5A3EBA
Tints of Purple Heart #5A3EBA
RGB
CMYK
RGB Variations
Color information
#5A3EBA (or 0x5A3EBA) is known color: Purple Heart. HEX triplet: 5A, 3E and BA. RGB value is (90,62,186). Sum of RGB (Red+Green+Blue) = 90+62+186=338 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.63% from 338); Green value is 62 (24.61% from 255 or 18.34% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #5A3EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A3EBA is #A5C145. Grayscale: #545454. Windows color (decimal): -10862918 or 12205658. OLE color: 12205658.
HSL color Cylindrical-coordinate representation of color #5A3EBA: hue angle of 253.55º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5A3EBA is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 62 | 186 | - |
| CMYK | 0.52 | 0.67 | 0 | 0.27 |
| HSL | 253.55º | 0.5% | 0.49% | - |
| HSV(B) | 253.55º | 0.67% | 0.73% | - |
| XYZ | 14.8 | 9.16 | 47.44 | - |
| YUV | 84.51 | 185.28 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 62 | 186 | 0.52 | 0.67 | 0 | 0.27 | 253.55 | 0.5 | 0.49 |
| Hex | 5A | 3E | BA | 34 | 43 | 0 | 1B | FE | 32 | 31 |
| Octal | 132 | 76 | 272 | 64 | 103 | 0 | 33 | 376 | 62 | 61 |
| Binary | 1011010 | 111110 | 10111010 | 110100 | 1000011 | 0 | 11011 | 11111110 | 110010 | 110001 |
Color Harmonies of #5A3EBA
Complementary color
Monochromatic Colors of #5A3EBA
Black with #5A3EBA
Text Example
Text Example
White with #5A3EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3EBA; }
p { color: rgb(90,62,186); }
H1.HeaderClassName
{
color: #5A3EBA;
}
.AnyTagClassName
{
color: #5A3EBA;
}
</style>
background-color css
<style>
a { background-color: #5A3EBA; }
a { background-color: rgb(90,62,186); }
div.DivClassName
{
background-color: #5A3EBA;
}
.BgClassName
{
background-color: #5A3EBA;
}
</style>
border-color css
<style>
span { border-color: #5A3EBA; }
span { border-color: rgb(90,62,186); }
td.TdClassName
{
border-color: #5A3EBA;
}
.TagClassName
{
border-color: #5A3EBA;
}
</style>