Shades of Purple Heart #5D2AAE
Tints of Purple Heart #5D2AAE
RGB
CMYK
RGB Variations
Color information
#5D2AAE (or 0x5D2AAE) is known color: Purple Heart. HEX triplet: 5D, 2A and AE. RGB value is (93,42,174). Sum of RGB (Red+Green+Blue) = 93+42+174=309 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.10% from 309); Green value is 42 (16.80% from 255 or 13.59% from 309); Blue value is 174 (68.36% from 255 or 56.31% from 309); Max value from RGB is 174 - color contains mainly: blue. Hex color #5D2AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D2AAE is #A2D551. Grayscale: #474747. Windows color (decimal): -10671442 or 11414109. OLE color: 11414109.
HSL color Cylindrical-coordinate representation of color #5D2AAE: hue angle of 263.18º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5D2AAE is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 93 | 42 | 174 | - |
| CMYK | 0.47 | 0.76 | 0 | 0.32 |
| HSL | 263.18º | 0.61% | 0.42% | - |
| HSV(B) | 263.18º | 0.76% | 0.68% | - |
| XYZ | 12.98 | 7.04 | 40.72 | - |
| YUV | 72.3 | 185.4 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 42 | 174 | 0.47 | 0.76 | 0 | 0.32 | 263.18 | 0.61 | 0.42 |
| Hex | 5D | 2A | AE | 2F | 4C | 0 | 20 | 107 | 3D | 2A |
| Octal | 135 | 52 | 256 | 57 | 114 | 0 | 40 | 407 | 75 | 52 |
| Binary | 1011101 | 101010 | 10101110 | 101111 | 1001100 | 0 | 100000 | 100000111 | 111101 | 101010 |
Color Harmonies of #5D2AAE
Complementary color
Monochromatic Colors of #5D2AAE
Black with #5D2AAE
Text Example
Text Example
White with #5D2AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2AAE; }
p { color: rgb(93,42,174); }
H1.HeaderClassName
{
color: #5D2AAE;
}
.AnyTagClassName
{
color: #5D2AAE;
}
</style>
background-color css
<style>
a { background-color: #5D2AAE; }
a { background-color: rgb(93,42,174); }
div.DivClassName
{
background-color: #5D2AAE;
}
.BgClassName
{
background-color: #5D2AAE;
}
</style>
border-color css
<style>
span { border-color: #5D2AAE; }
span { border-color: rgb(93,42,174); }
td.TdClassName
{
border-color: #5D2AAE;
}
.TagClassName
{
border-color: #5D2AAE;
}
</style>