Shades of Purple Heart #5837AD
Tints of Purple Heart #5837AD
RGB
CMYK
RGB Variations
Color information
#5837AD (or 0x5837AD) is known color: Purple Heart. HEX triplet: 58, 37 and AD. RGB value is (88,55,173). Sum of RGB (Red+Green+Blue) = 88+55+173=316 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.85% from 316); Green value is 55 (21.88% from 255 or 17.41% from 316); Blue value is 173 (67.97% from 255 or 54.75% from 316); Max value from RGB is 173 - color contains mainly: blue. Hex color #5837AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5837AD is #A7C852. Grayscale: #4D4D4D. Windows color (decimal): -10995795 or 11351896. OLE color: 11351896.
HSL color Cylindrical-coordinate representation of color #5837AD: hue angle of 256.78º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5837AD is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 88 | 55 | 173 | - |
| CMYK | 0.49 | 0.68 | 0 | 0.32 |
| HSL | 256.78º | 0.52% | 0.45% | - |
| HSV(B) | 256.78º | 0.68% | 0.68% | - |
| XYZ | 12.93 | 7.82 | 40.36 | - |
| YUV | 78.32 | 181.43 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 55 | 173 | 0.49 | 0.68 | 0 | 0.32 | 256.78 | 0.52 | 0.45 |
| Hex | 58 | 37 | AD | 31 | 44 | 0 | 20 | 101 | 34 | 2D |
| Octal | 130 | 67 | 255 | 61 | 104 | 0 | 40 | 401 | 64 | 55 |
| Binary | 1011000 | 110111 | 10101101 | 110001 | 1000100 | 0 | 100000 | 100000001 | 110100 | 101101 |
Color Harmonies of #5837AD
Complementary color
Monochromatic Colors of #5837AD
Black with #5837AD
Text Example
Text Example
White with #5837AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5837AD; }
p { color: rgb(88,55,173); }
H1.HeaderClassName
{
color: #5837AD;
}
.AnyTagClassName
{
color: #5837AD;
}
</style>
background-color css
<style>
a { background-color: #5837AD; }
a { background-color: rgb(88,55,173); }
div.DivClassName
{
background-color: #5837AD;
}
.BgClassName
{
background-color: #5837AD;
}
</style>
border-color css
<style>
span { border-color: #5837AD; }
span { border-color: rgb(88,55,173); }
td.TdClassName
{
border-color: #5837AD;
}
.TagClassName
{
border-color: #5837AD;
}
</style>