Shades of Purple Heart #5D3ADC
Tints of Purple Heart #5D3ADC
RGB
CMYK
RGB Variations
Color information
#5D3ADC (or 0x5D3ADC) is known color: Purple Heart. HEX triplet: 5D, 3A and DC. RGB value is (93,58,220). Sum of RGB (Red+Green+Blue) = 93+58+220=371 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.07% from 371); Green value is 58 (23.05% from 255 or 15.63% from 371); Blue value is 220 (86.33% from 255 or 59.30% from 371); Max value from RGB is 220 - color contains mainly: blue. Hex color #5D3ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D3ADC is #A2C523. Grayscale: #565656. Windows color (decimal): -10667300 or 14432861. OLE color: 14432861.
HSL color Cylindrical-coordinate representation of color #5D3ADC: hue angle of 252.96º 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 #5D3ADC is Cyan = 0.58, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 58 | 220 | - |
| CMYK | 0.58 | 0.74 | 0 | 0.14 |
| HSL | 252.96º | 0.7% | 0.55% | - |
| HSV(B) | 252.96º | 0.74% | 0.86% | - |
| XYZ | 18.95 | 10.52 | 68.74 | - |
| YUV | 86.93 | 203.1 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 58 | 220 | 0.58 | 0.74 | 0 | 0.14 | 252.96 | 0.7 | 0.55 |
| Hex | 5D | 3A | DC | 3A | 4A | 0 | E | FD | 46 | 37 |
| Octal | 135 | 72 | 334 | 72 | 112 | 0 | 16 | 375 | 106 | 67 |
| Binary | 1011101 | 111010 | 11011100 | 111010 | 1001010 | 0 | 1110 | 11111101 | 1000110 | 110111 |
Color Harmonies of #5D3ADC
Complementary color
Monochromatic Colors of #5D3ADC
Black with #5D3ADC
Text Example
Text Example
White with #5D3ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3ADC; }
p { color: rgb(93,58,220); }
H1.HeaderClassName
{
color: #5D3ADC;
}
.AnyTagClassName
{
color: #5D3ADC;
}
</style>
background-color css
<style>
a { background-color: #5D3ADC; }
a { background-color: rgb(93,58,220); }
div.DivClassName
{
background-color: #5D3ADC;
}
.BgClassName
{
background-color: #5D3ADC;
}
</style>
border-color css
<style>
span { border-color: #5D3ADC; }
span { border-color: rgb(93,58,220); }
td.TdClassName
{
border-color: #5D3ADC;
}
.TagClassName
{
border-color: #5D3ADC;
}
</style>