Shades of Purple Heart #5D10AD
Tints of Purple Heart #5D10AD
RGB
CMYK
RGB Variations
Color information
#5D10AD (or 0x5D10AD) is known color: Purple Heart. HEX triplet: 5D, 10 and AD. RGB value is (93,16,173). Sum of RGB (Red+Green+Blue) = 93+16+173=282 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.98% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 173 (67.97% from 255 or 61.35% from 282); Max value from RGB is 173 - color contains mainly: blue. Hex color #5D10AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D10AD is #A2EF52. Grayscale: #383838. Windows color (decimal): -10678099 or 11341917. OLE color: 11341917.
HSL color Cylindrical-coordinate representation of color #5D10AD: hue angle of 269.43º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5D10AD is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 93 | 16 | 173 | - |
| CMYK | 0.46 | 0.91 | 0 | 0.32 |
| HSL | 269.43º | 0.83% | 0.37% | - |
| HSV(B) | 269.43º | 0.91% | 0.68% | - |
| XYZ | 12.24 | 5.71 | 39.99 | - |
| YUV | 56.92 | 193.51 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 16 | 173 | 0.46 | 0.91 | 0 | 0.32 | 269.43 | 0.83 | 0.37 |
| Hex | 5D | 10 | AD | 2E | 5B | 0 | 20 | 10D | 53 | 25 |
| Octal | 135 | 20 | 255 | 56 | 133 | 0 | 40 | 415 | 123 | 45 |
| Binary | 1011101 | 10000 | 10101101 | 101110 | 1011011 | 0 | 100000 | 100001101 | 1010011 | 100101 |
Color Harmonies of #5D10AD
Complementary color
Monochromatic Colors of #5D10AD
Black with #5D10AD
Text Example
Text Example
White with #5D10AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D10AD; }
p { color: rgb(93,16,173); }
H1.HeaderClassName
{
color: #5D10AD;
}
.AnyTagClassName
{
color: #5D10AD;
}
</style>
background-color css
<style>
a { background-color: #5D10AD; }
a { background-color: rgb(93,16,173); }
div.DivClassName
{
background-color: #5D10AD;
}
.BgClassName
{
background-color: #5D10AD;
}
</style>
border-color css
<style>
span { border-color: #5D10AD; }
span { border-color: rgb(93,16,173); }
td.TdClassName
{
border-color: #5D10AD;
}
.TagClassName
{
border-color: #5D10AD;
}
</style>