Shades of Purple Heart #5D1AA6
Tints of Purple Heart #5D1AA6
RGB
CMYK
RGB Variations
Color information
#5D1AA6 (or 0x5D1AA6) is known color: Purple Heart. HEX triplet: 5D, 1A and A6. RGB value is (93,26,166). Sum of RGB (Red+Green+Blue) = 93+26+166=285 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.63% from 285); Green value is 26 (10.55% from 255 or 9.12% from 285); Blue value is 166 (65.23% from 255 or 58.25% from 285); Max value from RGB is 166 - color contains mainly: blue. Hex color #5D1AA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D1AA6 is #A2E559. Grayscale: #3D3D3D. Windows color (decimal): -10675546 or 10885725. OLE color: 10885725.
HSL color Cylindrical-coordinate representation of color #5D1AA6: hue angle of 268.71º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5D1AA6 is Cyan = 0.44, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 93 | 26 | 166 | - |
| CMYK | 0.44 | 0.84 | 0 | 0.35 |
| HSL | 268.71º | 0.73% | 0.38% | - |
| HSV(B) | 268.71º | 0.84% | 0.65% | - |
| XYZ | 11.77 | 5.82 | 36.58 | - |
| YUV | 61.99 | 186.7 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 26 | 166 | 0.44 | 0.84 | 0 | 0.35 | 268.71 | 0.73 | 0.38 |
| Hex | 5D | 1A | A6 | 2C | 54 | 0 | 23 | 10D | 49 | 26 |
| Octal | 135 | 32 | 246 | 54 | 124 | 0 | 43 | 415 | 111 | 46 |
| Binary | 1011101 | 11010 | 10100110 | 101100 | 1010100 | 0 | 100011 | 100001101 | 1001001 | 100110 |
Color Harmonies of #5D1AA6
Complementary color
Monochromatic Colors of #5D1AA6
Black with #5D1AA6
Text Example
Text Example
White with #5D1AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1AA6; }
p { color: rgb(93,26,166); }
H1.HeaderClassName
{
color: #5D1AA6;
}
.AnyTagClassName
{
color: #5D1AA6;
}
</style>
background-color css
<style>
a { background-color: #5D1AA6; }
a { background-color: rgb(93,26,166); }
div.DivClassName
{
background-color: #5D1AA6;
}
.BgClassName
{
background-color: #5D1AA6;
}
</style>
border-color css
<style>
span { border-color: #5D1AA6; }
span { border-color: rgb(93,26,166); }
td.TdClassName
{
border-color: #5D1AA6;
}
.TagClassName
{
border-color: #5D1AA6;
}
</style>