Shades of Purple Heart #5D2FAD
Tints of Purple Heart #5D2FAD
RGB
CMYK
RGB Variations
Color information
#5D2FAD (or 0x5D2FAD) is known color: Purple Heart. HEX triplet: 5D, 2F and AD. RGB value is (93,47,173). Sum of RGB (Red+Green+Blue) = 93+47+173=313 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.71% from 313); Green value is 47 (18.75% from 255 or 15.02% from 313); Blue value is 173 (67.97% from 255 or 55.27% from 313); Max value from RGB is 173 - color contains mainly: blue. Hex color #5D2FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D2FAD is #A2D052. Grayscale: #4A4A4A. Windows color (decimal): -10670163 or 11349853. OLE color: 11349853.
HSL color Cylindrical-coordinate representation of color #5D2FAD: hue angle of 261.9º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5D2FAD is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 93 | 47 | 173 | - |
| CMYK | 0.46 | 0.73 | 0 | 0.32 |
| HSL | 261.9º | 0.57% | 0.43% | - |
| HSV(B) | 261.9º | 0.73% | 0.68% | - |
| XYZ | 13.07 | 7.38 | 40.27 | - |
| YUV | 75.12 | 183.24 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 47 | 173 | 0.46 | 0.73 | 0 | 0.32 | 261.9 | 0.57 | 0.43 |
| Hex | 5D | 2F | AD | 2E | 49 | 0 | 20 | 106 | 39 | 2B |
| Octal | 135 | 57 | 255 | 56 | 111 | 0 | 40 | 406 | 71 | 53 |
| Binary | 1011101 | 101111 | 10101101 | 101110 | 1001001 | 0 | 100000 | 100000110 | 111001 | 101011 |
Color Harmonies of #5D2FAD
Complementary color
Monochromatic Colors of #5D2FAD
Black with #5D2FAD
Text Example
Text Example
White with #5D2FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2FAD; }
p { color: rgb(93,47,173); }
H1.HeaderClassName
{
color: #5D2FAD;
}
.AnyTagClassName
{
color: #5D2FAD;
}
</style>
background-color css
<style>
a { background-color: #5D2FAD; }
a { background-color: rgb(93,47,173); }
div.DivClassName
{
background-color: #5D2FAD;
}
.BgClassName
{
background-color: #5D2FAD;
}
</style>
border-color css
<style>
span { border-color: #5D2FAD; }
span { border-color: rgb(93,47,173); }
td.TdClassName
{
border-color: #5D2FAD;
}
.TagClassName
{
border-color: #5D2FAD;
}
</style>