Shades of Purple Heart #5D11AD
Tints of Purple Heart #5D11AD
RGB
CMYK
RGB Variations
Color information
#5D11AD (or 0x5D11AD) is known color: Purple Heart. HEX triplet: 5D, 11 and AD. RGB value is (93,17,173). Sum of RGB (Red+Green+Blue) = 93+17+173=283 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.86% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 173 (67.97% from 255 or 61.13% from 283); Max value from RGB is 173 - color contains mainly: blue. Hex color #5D11AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D11AD is #A2EE52. Grayscale: #383838. Windows color (decimal): -10677843 or 11342173. OLE color: 11342173.
HSL color Cylindrical-coordinate representation of color #5D11AD: hue angle of 269.23º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5D11AD is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 93 | 17 | 173 | - |
| CMYK | 0.46 | 0.90 | 0 | 0.32 |
| HSL | 269.23º | 0.82% | 0.37% | - |
| HSV(B) | 269.23º | 0.9% | 0.68% | - |
| XYZ | 12.26 | 5.75 | 40 | - |
| YUV | 57.51 | 193.18 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 17 | 173 | 0.46 | 0.90 | 0 | 0.32 | 269.23 | 0.82 | 0.37 |
| Hex | 5D | 11 | AD | 2E | 5A | 0 | 20 | 10D | 52 | 25 |
| Octal | 135 | 21 | 255 | 56 | 132 | 0 | 40 | 415 | 122 | 45 |
| Binary | 1011101 | 10001 | 10101101 | 101110 | 1011010 | 0 | 100000 | 100001101 | 1010010 | 100101 |
Color Harmonies of #5D11AD
Complementary color
Monochromatic Colors of #5D11AD
Black with #5D11AD
Text Example
Text Example
White with #5D11AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D11AD; }
p { color: rgb(93,17,173); }
H1.HeaderClassName
{
color: #5D11AD;
}
.AnyTagClassName
{
color: #5D11AD;
}
</style>
background-color css
<style>
a { background-color: #5D11AD; }
a { background-color: rgb(93,17,173); }
div.DivClassName
{
background-color: #5D11AD;
}
.BgClassName
{
background-color: #5D11AD;
}
</style>
border-color css
<style>
span { border-color: #5D11AD; }
span { border-color: rgb(93,17,173); }
td.TdClassName
{
border-color: #5D11AD;
}
.TagClassName
{
border-color: #5D11AD;
}
</style>