Shades of Purple Heart #5A2ACD
Tints of Purple Heart #5A2ACD
RGB
CMYK
RGB Variations
Color information
#5A2ACD (or 0x5A2ACD) is known color: Purple Heart. HEX triplet: 5A, 2A and CD. RGB value is (90,42,205). Sum of RGB (Red+Green+Blue) = 90+42+205=337 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.71% from 337); Green value is 42 (16.80% from 255 or 12.46% from 337); Blue value is 205 (80.47% from 255 or 60.83% from 337); Max value from RGB is 205 - color contains mainly: blue. Hex color #5A2ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A2ACD is #A5D532. Grayscale: #4A4A4A. Windows color (decimal): -10868019 or 13445722. OLE color: 13445722.
HSL color Cylindrical-coordinate representation of color #5A2ACD: hue angle of 257.67º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5A2ACD is Cyan = 0.56, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 42 | 205 | - |
| CMYK | 0.56 | 0.80 | 0 | 0.20 |
| HSL | 257.67º | 0.66% | 0.48% | - |
| HSV(B) | 257.67º | 0.8% | 0.8% | - |
| XYZ | 16.06 | 8.24 | 58.5 | - |
| YUV | 74.93 | 201.4 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 42 | 205 | 0.56 | 0.80 | 0 | 0.20 | 257.67 | 0.66 | 0.48 |
| Hex | 5A | 2A | CD | 38 | 50 | 0 | 14 | 102 | 42 | 30 |
| Octal | 132 | 52 | 315 | 70 | 120 | 0 | 24 | 402 | 102 | 60 |
| Binary | 1011010 | 101010 | 11001101 | 111000 | 1010000 | 0 | 10100 | 100000010 | 1000010 | 110000 |
Color Harmonies of #5A2ACD
Complementary color
Monochromatic Colors of #5A2ACD
Black with #5A2ACD
Text Example
Text Example
White with #5A2ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2ACD; }
p { color: rgb(90,42,205); }
H1.HeaderClassName
{
color: #5A2ACD;
}
.AnyTagClassName
{
color: #5A2ACD;
}
</style>
background-color css
<style>
a { background-color: #5A2ACD; }
a { background-color: rgb(90,42,205); }
div.DivClassName
{
background-color: #5A2ACD;
}
.BgClassName
{
background-color: #5A2ACD;
}
</style>
border-color css
<style>
span { border-color: #5A2ACD; }
span { border-color: rgb(90,42,205); }
td.TdClassName
{
border-color: #5A2ACD;
}
.TagClassName
{
border-color: #5A2ACD;
}
</style>