Shades of Purple Heart #5535BA
Tints of Purple Heart #5535BA
RGB
CMYK
RGB Variations
Color information
#5535BA (or 0x5535BA) is known color: Purple Heart. HEX triplet: 55, 35 and BA. RGB value is (85,53,186). Sum of RGB (Red+Green+Blue) = 85+53+186=324 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.23% from 324); Green value is 53 (21.09% from 255 or 16.36% from 324); Blue value is 186 (73.05% from 255 or 57.41% from 324); Max value from RGB is 186 - color contains mainly: blue. Hex color #5535BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5535BA is #AACA45. Grayscale: #4D4D4D. Windows color (decimal): -11192902 or 12203349. OLE color: 12203349.
HSL color Cylindrical-coordinate representation of color #5535BA: hue angle of 254.44º 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 #5535BA is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 53 | 186 | - |
| CMYK | 0.54 | 0.72 | 0 | 0.27 |
| HSL | 254.44º | 0.56% | 0.47% | - |
| HSV(B) | 254.44º | 0.72% | 0.73% | - |
| XYZ | 13.88 | 8.02 | 47.27 | - |
| YUV | 77.73 | 189.1 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 53 | 186 | 0.54 | 0.72 | 0 | 0.27 | 254.44 | 0.56 | 0.47 |
| Hex | 55 | 35 | BA | 36 | 48 | 0 | 1B | FE | 38 | 2F |
| Octal | 125 | 65 | 272 | 66 | 110 | 0 | 33 | 376 | 70 | 57 |
| Binary | 1010101 | 110101 | 10111010 | 110110 | 1001000 | 0 | 11011 | 11111110 | 111000 | 101111 |
Color Harmonies of #5535BA
Complementary color
Monochromatic Colors of #5535BA
Black with #5535BA
Text Example
Text Example
White with #5535BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5535BA; }
p { color: rgb(85,53,186); }
H1.HeaderClassName
{
color: #5535BA;
}
.AnyTagClassName
{
color: #5535BA;
}
</style>
background-color css
<style>
a { background-color: #5535BA; }
a { background-color: rgb(85,53,186); }
div.DivClassName
{
background-color: #5535BA;
}
.BgClassName
{
background-color: #5535BA;
}
</style>
border-color css
<style>
span { border-color: #5535BA; }
span { border-color: rgb(85,53,186); }
td.TdClassName
{
border-color: #5535BA;
}
.TagClassName
{
border-color: #5535BA;
}
</style>