Shades of Purple Heart #5735BA
Tints of Purple Heart #5735BA
RGB
CMYK
RGB Variations
Color information
#5735BA (or 0x5735BA) is known color: Purple Heart. HEX triplet: 57, 35 and BA. RGB value is (87,53,186). Sum of RGB (Red+Green+Blue) = 87+53+186=326 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.69% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 186 (73.05% from 255 or 57.06% from 326); Max value from RGB is 186 - color contains mainly: blue. Hex color #5735BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5735BA is #A8CA45. Grayscale: #4D4D4D. Windows color (decimal): -11061830 or 12203351. OLE color: 12203351.
HSL color Cylindrical-coordinate representation of color #5735BA: hue angle of 255.34º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5735BA is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 87 | 53 | 186 | - |
| CMYK | 0.53 | 0.72 | 0 | 0.27 |
| HSL | 255.34º | 0.56% | 0.47% | - |
| HSV(B) | 255.34º | 0.72% | 0.73% | - |
| XYZ | 14.07 | 8.12 | 47.28 | - |
| YUV | 78.33 | 188.76 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 53 | 186 | 0.53 | 0.72 | 0 | 0.27 | 255.34 | 0.56 | 0.47 |
| Hex | 57 | 35 | BA | 35 | 48 | 0 | 1B | FF | 38 | 2F |
| Octal | 127 | 65 | 272 | 65 | 110 | 0 | 33 | 377 | 70 | 57 |
| Binary | 1010111 | 110101 | 10111010 | 110101 | 1001000 | 0 | 11011 | 11111111 | 111000 | 101111 |
Color Harmonies of #5735BA
Complementary color
Monochromatic Colors of #5735BA
Black with #5735BA
Text Example
Text Example
White with #5735BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5735BA; }
p { color: rgb(87,53,186); }
H1.HeaderClassName
{
color: #5735BA;
}
.AnyTagClassName
{
color: #5735BA;
}
</style>
background-color css
<style>
a { background-color: #5735BA; }
a { background-color: rgb(87,53,186); }
div.DivClassName
{
background-color: #5735BA;
}
.BgClassName
{
background-color: #5735BA;
}
</style>
border-color css
<style>
span { border-color: #5735BA; }
span { border-color: rgb(87,53,186); }
td.TdClassName
{
border-color: #5735BA;
}
.TagClassName
{
border-color: #5735BA;
}
</style>