Shades of Purple Heart #5535AB
Tints of Purple Heart #5535AB
RGB
CMYK
RGB Variations
Color information
#5535AB (or 0x5535AB) is known color: Purple Heart. HEX triplet: 55, 35 and AB. RGB value is (85,53,171). Sum of RGB (Red+Green+Blue) = 85+53+171=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 53 (21.09% from 255 or 17.15% from 309); Blue value is 171 (67.19% from 255 or 55.34% from 309); Max value from RGB is 171 - color contains mainly: blue. Hex color #5535AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5535AB is #AACA54. Grayscale: #4B4B4B. Windows color (decimal): -11192917 or 11220309. OLE color: 11220309.
HSL color Cylindrical-coordinate representation of color #5535AB: hue angle of 256.27º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5535AB is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 53 | 171 | - |
| CMYK | 0.50 | 0.69 | 0 | 0.33 |
| HSL | 256.27º | 0.53% | 0.44% | - |
| HSV(B) | 256.27º | 0.69% | 0.67% | - |
| XYZ | 12.37 | 7.42 | 39.31 | - |
| YUV | 76.02 | 181.6 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 53 | 171 | 0.50 | 0.69 | 0 | 0.33 | 256.27 | 0.53 | 0.44 |
| Hex | 55 | 35 | AB | 32 | 45 | 0 | 21 | 100 | 35 | 2C |
| Octal | 125 | 65 | 253 | 62 | 105 | 0 | 41 | 400 | 65 | 54 |
| Binary | 1010101 | 110101 | 10101011 | 110010 | 1000101 | 0 | 100001 | 100000000 | 110101 | 101100 |
Color Harmonies of #5535AB
Complementary color
Monochromatic Colors of #5535AB
Black with #5535AB
Text Example
Text Example
White with #5535AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5535AB; }
p { color: rgb(85,53,171); }
H1.HeaderClassName
{
color: #5535AB;
}
.AnyTagClassName
{
color: #5535AB;
}
</style>
background-color css
<style>
a { background-color: #5535AB; }
a { background-color: rgb(85,53,171); }
div.DivClassName
{
background-color: #5535AB;
}
.BgClassName
{
background-color: #5535AB;
}
</style>
border-color css
<style>
span { border-color: #5535AB; }
span { border-color: rgb(85,53,171); }
td.TdClassName
{
border-color: #5535AB;
}
.TagClassName
{
border-color: #5535AB;
}
</style>