Shades of Purple Heart #5A3ADC
Tints of Purple Heart #5A3ADC
RGB
CMYK
RGB Variations
Color information
#5A3ADC (or 0x5A3ADC) is known color: Purple Heart. HEX triplet: 5A, 3A and DC. RGB value is (90,58,220). Sum of RGB (Red+Green+Blue) = 90+58+220=368 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.46% from 368); Green value is 58 (23.05% from 255 or 15.76% from 368); Blue value is 220 (86.33% from 255 or 59.78% from 368); Max value from RGB is 220 - color contains mainly: blue. Hex color #5A3ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A3ADC is #A5C523. Grayscale: #555555. Windows color (decimal): -10863908 or 14432858. OLE color: 14432858.
HSL color Cylindrical-coordinate representation of color #5A3ADC: hue angle of 251.85º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5A3ADC is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 58 | 220 | - |
| CMYK | 0.59 | 0.74 | 0 | 0.14 |
| HSL | 251.85º | 0.7% | 0.55% | - |
| HSV(B) | 251.85º | 0.74% | 0.86% | - |
| XYZ | 18.65 | 10.37 | 68.73 | - |
| YUV | 86.04 | 203.6 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 58 | 220 | 0.59 | 0.74 | 0 | 0.14 | 251.85 | 0.7 | 0.55 |
| Hex | 5A | 3A | DC | 3B | 4A | 0 | E | FC | 46 | 37 |
| Octal | 132 | 72 | 334 | 73 | 112 | 0 | 16 | 374 | 106 | 67 |
| Binary | 1011010 | 111010 | 11011100 | 111011 | 1001010 | 0 | 1110 | 11111100 | 1000110 | 110111 |
Color Harmonies of #5A3ADC
Complementary color
Monochromatic Colors of #5A3ADC
Black with #5A3ADC
Text Example
Text Example
White with #5A3ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3ADC; }
p { color: rgb(90,58,220); }
H1.HeaderClassName
{
color: #5A3ADC;
}
.AnyTagClassName
{
color: #5A3ADC;
}
</style>
background-color css
<style>
a { background-color: #5A3ADC; }
a { background-color: rgb(90,58,220); }
div.DivClassName
{
background-color: #5A3ADC;
}
.BgClassName
{
background-color: #5A3ADC;
}
</style>
border-color css
<style>
span { border-color: #5A3ADC; }
span { border-color: rgb(90,58,220); }
td.TdClassName
{
border-color: #5A3ADC;
}
.TagClassName
{
border-color: #5A3ADC;
}
</style>