Shades of Purple Heart #5A2EBD
Tints of Purple Heart #5A2EBD
RGB
CMYK
RGB Variations
Color information
#5A2EBD (or 0x5A2EBD) is known color: Purple Heart. HEX triplet: 5A, 2E and BD. RGB value is (90,46,189). Sum of RGB (Red+Green+Blue) = 90+46+189=325 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.69% from 325); Green value is 46 (18.36% from 255 or 14.15% from 325); Blue value is 189 (74.22% from 255 or 58.15% from 325); Max value from RGB is 189 - color contains mainly: blue. Hex color #5A2EBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A2EBD is #A5D142. Grayscale: #4A4A4A. Windows color (decimal): -10867011 or 12398170. OLE color: 12398170.
HSL color Cylindrical-coordinate representation of color #5A2EBD: hue angle of 258.46º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5A2EBD is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 46 | 189 | - |
| CMYK | 0.52 | 0.76 | 0 | 0.26 |
| HSL | 258.46º | 0.61% | 0.46% | - |
| HSV(B) | 258.46º | 0.76% | 0.74% | - |
| XYZ | 14.38 | 7.8 | 48.89 | - |
| YUV | 75.46 | 192.08 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 46 | 189 | 0.52 | 0.76 | 0 | 0.26 | 258.46 | 0.61 | 0.46 |
| Hex | 5A | 2E | BD | 34 | 4C | 0 | 1A | 102 | 3D | 2E |
| Octal | 132 | 56 | 275 | 64 | 114 | 0 | 32 | 402 | 75 | 56 |
| Binary | 1011010 | 101110 | 10111101 | 110100 | 1001100 | 0 | 11010 | 100000010 | 111101 | 101110 |
Color Harmonies of #5A2EBD
Complementary color
Monochromatic Colors of #5A2EBD
Black with #5A2EBD
Text Example
Text Example
White with #5A2EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2EBD; }
p { color: rgb(90,46,189); }
H1.HeaderClassName
{
color: #5A2EBD;
}
.AnyTagClassName
{
color: #5A2EBD;
}
</style>
background-color css
<style>
a { background-color: #5A2EBD; }
a { background-color: rgb(90,46,189); }
div.DivClassName
{
background-color: #5A2EBD;
}
.BgClassName
{
background-color: #5A2EBD;
}
</style>
border-color css
<style>
span { border-color: #5A2EBD; }
span { border-color: rgb(90,46,189); }
td.TdClassName
{
border-color: #5A2EBD;
}
.TagClassName
{
border-color: #5A2EBD;
}
</style>