Shades of Purple Heart #5A3ACD
Tints of Purple Heart #5A3ACD
RGB
CMYK
RGB Variations
Color information
#5A3ACD (or 0x5A3ACD) is known color: Purple Heart. HEX triplet: 5A, 3A and CD. RGB value is (90,58,205). Sum of RGB (Red+Green+Blue) = 90+58+205=353 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.50% from 353); Green value is 58 (23.05% from 255 or 16.43% from 353); Blue value is 205 (80.47% from 255 or 58.07% from 353); Max value from RGB is 205 - color contains mainly: blue. Hex color #5A3ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A3ACD is #A5C532. Grayscale: #535353. Windows color (decimal): -10863923 or 13449818. OLE color: 13449818.
HSL color Cylindrical-coordinate representation of color #5A3ACD: hue angle of 253.06º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5A3ACD is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 58 | 205 | - |
| CMYK | 0.56 | 0.72 | 0 | 0.20 |
| HSL | 253.06º | 0.6% | 0.52% | - |
| HSV(B) | 253.06º | 0.72% | 0.8% | - |
| XYZ | 16.75 | 9.61 | 58.73 | - |
| YUV | 84.33 | 196.1 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 58 | 205 | 0.56 | 0.72 | 0 | 0.20 | 253.06 | 0.6 | 0.52 |
| Hex | 5A | 3A | CD | 38 | 48 | 0 | 14 | FD | 3C | 34 |
| Octal | 132 | 72 | 315 | 70 | 110 | 0 | 24 | 375 | 74 | 64 |
| Binary | 1011010 | 111010 | 11001101 | 111000 | 1001000 | 0 | 10100 | 11111101 | 111100 | 110100 |
Color Harmonies of #5A3ACD
Complementary color
Monochromatic Colors of #5A3ACD
Black with #5A3ACD
Text Example
Text Example
White with #5A3ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3ACD; }
p { color: rgb(90,58,205); }
H1.HeaderClassName
{
color: #5A3ACD;
}
.AnyTagClassName
{
color: #5A3ACD;
}
</style>
background-color css
<style>
a { background-color: #5A3ACD; }
a { background-color: rgb(90,58,205); }
div.DivClassName
{
background-color: #5A3ACD;
}
.BgClassName
{
background-color: #5A3ACD;
}
</style>
border-color css
<style>
span { border-color: #5A3ACD; }
span { border-color: rgb(90,58,205); }
td.TdClassName
{
border-color: #5A3ACD;
}
.TagClassName
{
border-color: #5A3ACD;
}
</style>