Shades of Purple Heart #5832AD
Tints of Purple Heart #5832AD
RGB
CMYK
RGB Variations
Color information
#5832AD (or 0x5832AD) is known color: Purple Heart. HEX triplet: 58, 32 and AD. RGB value is (88,50,173). Sum of RGB (Red+Green+Blue) = 88+50+173=311 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.30% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 173 (67.97% from 255 or 55.63% from 311); Max value from RGB is 173 - color contains mainly: blue. Hex color #5832AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5832AD is #A7CD52. Grayscale: #4A4A4A. Windows color (decimal): -10997075 or 11350616. OLE color: 11350616.
HSL color Cylindrical-coordinate representation of color #5832AD: hue angle of 258.54º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5832AD is Cyan = 0.49, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 88 | 50 | 173 | - |
| CMYK | 0.49 | 0.71 | 0 | 0.32 |
| HSL | 258.54º | 0.55% | 0.44% | - |
| HSV(B) | 258.54º | 0.71% | 0.68% | - |
| XYZ | 12.71 | 7.37 | 40.29 | - |
| YUV | 75.38 | 183.09 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 50 | 173 | 0.49 | 0.71 | 0 | 0.32 | 258.54 | 0.55 | 0.44 |
| Hex | 58 | 32 | AD | 31 | 47 | 0 | 20 | 103 | 37 | 2C |
| Octal | 130 | 62 | 255 | 61 | 107 | 0 | 40 | 403 | 67 | 54 |
| Binary | 1011000 | 110010 | 10101101 | 110001 | 1000111 | 0 | 100000 | 100000011 | 110111 | 101100 |
Color Harmonies of #5832AD
Complementary color
Monochromatic Colors of #5832AD
Black with #5832AD
Text Example
Text Example
White with #5832AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5832AD; }
p { color: rgb(88,50,173); }
H1.HeaderClassName
{
color: #5832AD;
}
.AnyTagClassName
{
color: #5832AD;
}
</style>
background-color css
<style>
a { background-color: #5832AD; }
a { background-color: rgb(88,50,173); }
div.DivClassName
{
background-color: #5832AD;
}
.BgClassName
{
background-color: #5832AD;
}
</style>
border-color css
<style>
span { border-color: #5832AD; }
span { border-color: rgb(88,50,173); }
td.TdClassName
{
border-color: #5832AD;
}
.TagClassName
{
border-color: #5832AD;
}
</style>