Shades of Purple Heart #5A2EBE
Tints of Purple Heart #5A2EBE
RGB
CMYK
RGB Variations
Color information
#5A2EBE (or 0x5A2EBE) is known color: Purple Heart. HEX triplet: 5A, 2E and BE. RGB value is (90,46,190). Sum of RGB (Red+Green+Blue) = 90+46+190=326 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.61% from 326); Green value is 46 (18.36% from 255 or 14.11% from 326); Blue value is 190 (74.61% from 255 or 58.28% from 326); Max value from RGB is 190 - color contains mainly: blue. Hex color #5A2EBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A2EBE is #A5D141. Grayscale: #4B4B4B. Windows color (decimal): -10867010 or 12463706. OLE color: 12463706.
HSL color Cylindrical-coordinate representation of color #5A2EBE: hue angle of 258.33º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5A2EBE is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 46 | 190 | - |
| CMYK | 0.53 | 0.76 | 0 | 0.25 |
| HSL | 258.33º | 0.61% | 0.46% | - |
| HSV(B) | 258.33º | 0.76% | 0.75% | - |
| XYZ | 14.49 | 7.85 | 49.47 | - |
| YUV | 75.57 | 192.58 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 46 | 190 | 0.53 | 0.76 | 0 | 0.25 | 258.33 | 0.61 | 0.46 |
| Hex | 5A | 2E | BE | 35 | 4C | 0 | 19 | 102 | 3D | 2E |
| Octal | 132 | 56 | 276 | 65 | 114 | 0 | 31 | 402 | 75 | 56 |
| Binary | 1011010 | 101110 | 10111110 | 110101 | 1001100 | 0 | 11001 | 100000010 | 111101 | 101110 |
Color Harmonies of #5A2EBE
Complementary color
Monochromatic Colors of #5A2EBE
Black with #5A2EBE
Text Example
Text Example
White with #5A2EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2EBE; }
p { color: rgb(90,46,190); }
H1.HeaderClassName
{
color: #5A2EBE;
}
.AnyTagClassName
{
color: #5A2EBE;
}
</style>
background-color css
<style>
a { background-color: #5A2EBE; }
a { background-color: rgb(90,46,190); }
div.DivClassName
{
background-color: #5A2EBE;
}
.BgClassName
{
background-color: #5A2EBE;
}
</style>
border-color css
<style>
span { border-color: #5A2EBE; }
span { border-color: rgb(90,46,190); }
td.TdClassName
{
border-color: #5A2EBE;
}
.TagClassName
{
border-color: #5A2EBE;
}
</style>