Shades of Purple Heart #5834AD
Tints of Purple Heart #5834AD
RGB
CMYK
RGB Variations
Color information
#5834AD (or 0x5834AD) is known color: Purple Heart. HEX triplet: 58, 34 and AD. RGB value is (88,52,173). Sum of RGB (Red+Green+Blue) = 88+52+173=313 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.12% from 313); Green value is 52 (20.70% from 255 or 16.61% 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 #5834AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5834AD is #A7CB52. Grayscale: #4C4C4C. Windows color (decimal): -10996563 or 11351128. OLE color: 11351128.
HSL color Cylindrical-coordinate representation of color #5834AD: hue angle of 257.85º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5834AD is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 88 | 52 | 173 | - |
| CMYK | 0.49 | 0.70 | 0 | 0.32 |
| HSL | 257.85º | 0.54% | 0.44% | - |
| HSV(B) | 257.85º | 0.7% | 0.68% | - |
| XYZ | 12.8 | 7.55 | 40.32 | - |
| YUV | 76.56 | 182.43 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 52 | 173 | 0.49 | 0.70 | 0 | 0.32 | 257.85 | 0.54 | 0.44 |
| Hex | 58 | 34 | AD | 31 | 46 | 0 | 20 | 102 | 36 | 2C |
| Octal | 130 | 64 | 255 | 61 | 106 | 0 | 40 | 402 | 66 | 54 |
| Binary | 1011000 | 110100 | 10101101 | 110001 | 1000110 | 0 | 100000 | 100000010 | 110110 | 101100 |
Color Harmonies of #5834AD
Complementary color
Monochromatic Colors of #5834AD
Black with #5834AD
Text Example
Text Example
White with #5834AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5834AD; }
p { color: rgb(88,52,173); }
H1.HeaderClassName
{
color: #5834AD;
}
.AnyTagClassName
{
color: #5834AD;
}
</style>
background-color css
<style>
a { background-color: #5834AD; }
a { background-color: rgb(88,52,173); }
div.DivClassName
{
background-color: #5834AD;
}
.BgClassName
{
background-color: #5834AD;
}
</style>
border-color css
<style>
span { border-color: #5834AD; }
span { border-color: rgb(88,52,173); }
td.TdClassName
{
border-color: #5834AD;
}
.TagClassName
{
border-color: #5834AD;
}
</style>