Shades of Purple Heart #5A2ED0
Tints of Purple Heart #5A2ED0
RGB
CMYK
RGB Variations
Color information
#5A2ED0 (or 0x5A2ED0) is known color: Purple Heart. HEX triplet: 5A, 2E and D0. RGB value is (90,46,208). Sum of RGB (Red+Green+Blue) = 90+46+208=344 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.16% from 344); Green value is 46 (18.36% from 255 or 13.37% from 344); Blue value is 208 (81.64% from 255 or 60.47% from 344); Max value from RGB is 208 - color contains mainly: blue. Hex color #5A2ED0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A2ED0 is #A5D12F. Grayscale: #4D4D4D. Windows color (decimal): -10866992 or 13643354. OLE color: 13643354.
HSL color Cylindrical-coordinate representation of color #5A2ED0: hue angle of 256.3º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5A2ED0 is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 90 | 46 | 208 | - |
| CMYK | 0.57 | 0.78 | 0 | 0.18 |
| HSL | 256.3º | 0.64% | 0.5% | - |
| HSV(B) | 256.3º | 0.78% | 0.82% | - |
| XYZ | 16.58 | 8.68 | 60.48 | - |
| YUV | 77.62 | 201.58 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 46 | 208 | 0.57 | 0.78 | 0 | 0.18 | 256.3 | 0.64 | 0.5 |
| Hex | 5A | 2E | D0 | 39 | 4E | 0 | 12 | 100 | 40 | 32 |
| Octal | 132 | 56 | 320 | 71 | 116 | 0 | 22 | 400 | 100 | 62 |
| Binary | 1011010 | 101110 | 11010000 | 111001 | 1001110 | 0 | 10010 | 100000000 | 1000000 | 110010 |
Color Harmonies of #5A2ED0
Complementary color
Monochromatic Colors of #5A2ED0
Black with #5A2ED0
Text Example
Text Example
White with #5A2ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2ED0; }
p { color: rgb(90,46,208); }
H1.HeaderClassName
{
color: #5A2ED0;
}
.AnyTagClassName
{
color: #5A2ED0;
}
</style>
background-color css
<style>
a { background-color: #5A2ED0; }
a { background-color: rgb(90,46,208); }
div.DivClassName
{
background-color: #5A2ED0;
}
.BgClassName
{
background-color: #5A2ED0;
}
</style>
border-color css
<style>
span { border-color: #5A2ED0; }
span { border-color: rgb(90,46,208); }
td.TdClassName
{
border-color: #5A2ED0;
}
.TagClassName
{
border-color: #5A2ED0;
}
</style>