Shades of Purple Heart #5735AD
Tints of Purple Heart #5735AD
RGB
CMYK
RGB Variations
Color information
#5735AD (or 0x5735AD) is known color: Purple Heart. HEX triplet: 57, 35 and AD. RGB value is (87,53,173). Sum of RGB (Red+Green+Blue) = 87+53+173=313 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.80% from 313); Green value is 53 (21.09% from 255 or 16.93% 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 #5735AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5735AD is #A8CA52. Grayscale: #4C4C4C. Windows color (decimal): -11061843 or 11351383. OLE color: 11351383.
HSL color Cylindrical-coordinate representation of color #5735AD: hue angle of 257º 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 #5735AD is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 87 | 53 | 173 | - |
| CMYK | 0.50 | 0.69 | 0 | 0.32 |
| HSL | 257º | 0.53% | 0.44% | - |
| HSV(B) | 257º | 0.69% | 0.68% | - |
| XYZ | 12.75 | 7.59 | 40.33 | - |
| YUV | 76.85 | 182.26 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 53 | 173 | 0.50 | 0.69 | 0 | 0.32 | 257 | 0.53 | 0.44 |
| Hex | 57 | 35 | AD | 32 | 45 | 0 | 20 | 101 | 35 | 2C |
| Octal | 127 | 65 | 255 | 62 | 105 | 0 | 40 | 401 | 65 | 54 |
| Binary | 1010111 | 110101 | 10101101 | 110010 | 1000101 | 0 | 100000 | 100000001 | 110101 | 101100 |
Color Harmonies of #5735AD
Complementary color
Monochromatic Colors of #5735AD
Black with #5735AD
Text Example
Text Example
White with #5735AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5735AD; }
p { color: rgb(87,53,173); }
H1.HeaderClassName
{
color: #5735AD;
}
.AnyTagClassName
{
color: #5735AD;
}
</style>
background-color css
<style>
a { background-color: #5735AD; }
a { background-color: rgb(87,53,173); }
div.DivClassName
{
background-color: #5735AD;
}
.BgClassName
{
background-color: #5735AD;
}
</style>
border-color css
<style>
span { border-color: #5735AD; }
span { border-color: rgb(87,53,173); }
td.TdClassName
{
border-color: #5735AD;
}
.TagClassName
{
border-color: #5735AD;
}
</style>