Shades of Purple Heart #5A2ECD
Tints of Purple Heart #5A2ECD
RGB
CMYK
RGB Variations
Color information
#5A2ECD (or 0x5A2ECD) is known color: Purple Heart. HEX triplet: 5A, 2E and CD. RGB value is (90,46,205). Sum of RGB (Red+Green+Blue) = 90+46+205=341 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.39% from 341); Green value is 46 (18.36% from 255 or 13.49% from 341); Blue value is 205 (80.47% from 255 or 60.12% from 341); Max value from RGB is 205 - color contains mainly: blue. Hex color #5A2ECD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A2ECD is #A5D132. Grayscale: #4C4C4C. Windows color (decimal): -10866995 or 13446746. OLE color: 13446746.
HSL color Cylindrical-coordinate representation of color #5A2ECD: hue angle of 256.6º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5A2ECD is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 46 | 205 | - |
| CMYK | 0.56 | 0.78 | 0 | 0.20 |
| HSL | 256.6º | 0.63% | 0.49% | - |
| HSV(B) | 256.6º | 0.78% | 0.8% | - |
| XYZ | 16.21 | 8.54 | 58.55 | - |
| YUV | 77.28 | 200.08 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 46 | 205 | 0.56 | 0.78 | 0 | 0.20 | 256.6 | 0.63 | 0.49 |
| Hex | 5A | 2E | CD | 38 | 4E | 0 | 14 | 101 | 3F | 31 |
| Octal | 132 | 56 | 315 | 70 | 116 | 0 | 24 | 401 | 77 | 61 |
| Binary | 1011010 | 101110 | 11001101 | 111000 | 1001110 | 0 | 10100 | 100000001 | 111111 | 110001 |
Color Harmonies of #5A2ECD
Complementary color
Monochromatic Colors of #5A2ECD
Black with #5A2ECD
Text Example
Text Example
White with #5A2ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2ECD; }
p { color: rgb(90,46,205); }
H1.HeaderClassName
{
color: #5A2ECD;
}
.AnyTagClassName
{
color: #5A2ECD;
}
</style>
background-color css
<style>
a { background-color: #5A2ECD; }
a { background-color: rgb(90,46,205); }
div.DivClassName
{
background-color: #5A2ECD;
}
.BgClassName
{
background-color: #5A2ECD;
}
</style>
border-color css
<style>
span { border-color: #5A2ECD; }
span { border-color: rgb(90,46,205); }
td.TdClassName
{
border-color: #5A2ECD;
}
.TagClassName
{
border-color: #5A2ECD;
}
</style>