Shades of Purple Heart #5935AD
Tints of Purple Heart #5935AD
RGB
CMYK
RGB Variations
Color information
#5935AD (or 0x5935AD) is known color: Purple Heart. HEX triplet: 59, 35 and AD. RGB value is (89,53,173). Sum of RGB (Red+Green+Blue) = 89+53+173=315 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.25% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 173 (67.97% from 255 or 54.92% from 315); Max value from RGB is 173 - color contains mainly: blue. Hex color #5935AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5935AD is #A6CA52. Grayscale: #4D4D4D. Windows color (decimal): -10930771 or 11351385. OLE color: 11351385.
HSL color Cylindrical-coordinate representation of color #5935AD: hue angle of 258º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5935AD is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 89 | 53 | 173 | - |
| CMYK | 0.49 | 0.69 | 0 | 0.32 |
| HSL | 258º | 0.53% | 0.44% | - |
| HSV(B) | 258º | 0.69% | 0.68% | - |
| XYZ | 12.94 | 7.69 | 40.34 | - |
| YUV | 77.44 | 181.93 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 53 | 173 | 0.49 | 0.69 | 0 | 0.32 | 258 | 0.53 | 0.44 |
| Hex | 59 | 35 | AD | 31 | 45 | 0 | 20 | 102 | 35 | 2C |
| Octal | 131 | 65 | 255 | 61 | 105 | 0 | 40 | 402 | 65 | 54 |
| Binary | 1011001 | 110101 | 10101101 | 110001 | 1000101 | 0 | 100000 | 100000010 | 110101 | 101100 |
Color Harmonies of #5935AD
Complementary color
Monochromatic Colors of #5935AD
Black with #5935AD
Text Example
Text Example
White with #5935AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5935AD; }
p { color: rgb(89,53,173); }
H1.HeaderClassName
{
color: #5935AD;
}
.AnyTagClassName
{
color: #5935AD;
}
</style>
background-color css
<style>
a { background-color: #5935AD; }
a { background-color: rgb(89,53,173); }
div.DivClassName
{
background-color: #5935AD;
}
.BgClassName
{
background-color: #5935AD;
}
</style>
border-color css
<style>
span { border-color: #5935AD; }
span { border-color: rgb(89,53,173); }
td.TdClassName
{
border-color: #5935AD;
}
.TagClassName
{
border-color: #5935AD;
}
</style>