Shades of Purple Heart #5523AB
Tints of Purple Heart #5523AB
RGB
CMYK
RGB Variations
Color information
#5523AB (or 0x5523AB) is known color: Purple Heart. HEX triplet: 55, 23 and AB. RGB value is (85,35,171). Sum of RGB (Red+Green+Blue) = 85+35+171=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 35 (14.06% from 255 or 12.03% from 291); Blue value is 171 (67.19% from 255 or 58.76% from 291); Max value from RGB is 171 - color contains mainly: blue. Hex color #5523AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5523AB is #AADC54. Grayscale: #404040. Windows color (decimal): -11197525 or 11215701. OLE color: 11215701.
HSL color Cylindrical-coordinate representation of color #5523AB: hue angle of 262.06º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5523AB is Cyan = 0.50, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 35 | 171 | - |
| CMYK | 0.50 | 0.80 | 0 | 0.33 |
| HSL | 262.06º | 0.66% | 0.4% | - |
| HSV(B) | 262.06º | 0.8% | 0.67% | - |
| XYZ | 11.7 | 6.07 | 39.08 | - |
| YUV | 65.45 | 187.57 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 35 | 171 | 0.50 | 0.80 | 0 | 0.33 | 262.06 | 0.66 | 0.4 |
| Hex | 55 | 23 | AB | 32 | 50 | 0 | 21 | 106 | 42 | 28 |
| Octal | 125 | 43 | 253 | 62 | 120 | 0 | 41 | 406 | 102 | 50 |
| Binary | 1010101 | 100011 | 10101011 | 110010 | 1010000 | 0 | 100001 | 100000110 | 1000010 | 101000 |
Color Harmonies of #5523AB
Complementary color
Monochromatic Colors of #5523AB
Black with #5523AB
Text Example
Text Example
White with #5523AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5523AB; }
p { color: rgb(85,35,171); }
H1.HeaderClassName
{
color: #5523AB;
}
.AnyTagClassName
{
color: #5523AB;
}
</style>
background-color css
<style>
a { background-color: #5523AB; }
a { background-color: rgb(85,35,171); }
div.DivClassName
{
background-color: #5523AB;
}
.BgClassName
{
background-color: #5523AB;
}
</style>
border-color css
<style>
span { border-color: #5523AB; }
span { border-color: rgb(85,35,171); }
td.TdClassName
{
border-color: #5523AB;
}
.TagClassName
{
border-color: #5523AB;
}
</style>