Shades of Purple Heart #5523AE
Tints of Purple Heart #5523AE
RGB
CMYK
RGB Variations
Color information
#5523AE (or 0x5523AE) is known color: Purple Heart. HEX triplet: 55, 23 and AE. RGB value is (85,35,174). Sum of RGB (Red+Green+Blue) = 85+35+174=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 35 (14.06% from 255 or 11.90% from 294); Blue value is 174 (68.36% from 255 or 59.18% from 294); Max value from RGB is 174 - color contains mainly: blue. Hex color #5523AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5523AE is #AADC51. Grayscale: #414141. Windows color (decimal): -11197522 or 11412309. OLE color: 11412309.
HSL color Cylindrical-coordinate representation of color #5523AE: hue angle of 261.58º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5523AE is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 35 | 174 | - |
| CMYK | 0.51 | 0.80 | 0 | 0.32 |
| HSL | 261.58º | 0.67% | 0.41% | - |
| HSV(B) | 261.58º | 0.8% | 0.68% | - |
| XYZ | 11.99 | 6.19 | 40.61 | - |
| YUV | 65.8 | 189.07 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 35 | 174 | 0.51 | 0.80 | 0 | 0.32 | 261.58 | 0.67 | 0.41 |
| Hex | 55 | 23 | AE | 33 | 50 | 0 | 20 | 106 | 43 | 29 |
| Octal | 125 | 43 | 256 | 63 | 120 | 0 | 40 | 406 | 103 | 51 |
| Binary | 1010101 | 100011 | 10101110 | 110011 | 1010000 | 0 | 100000 | 100000110 | 1000011 | 101001 |
Color Harmonies of #5523AE
Complementary color
Monochromatic Colors of #5523AE
Black with #5523AE
Text Example
Text Example
White with #5523AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5523AE; }
p { color: rgb(85,35,174); }
H1.HeaderClassName
{
color: #5523AE;
}
.AnyTagClassName
{
color: #5523AE;
}
</style>
background-color css
<style>
a { background-color: #5523AE; }
a { background-color: rgb(85,35,174); }
div.DivClassName
{
background-color: #5523AE;
}
.BgClassName
{
background-color: #5523AE;
}
</style>
border-color css
<style>
span { border-color: #5523AE; }
span { border-color: rgb(85,35,174); }
td.TdClassName
{
border-color: #5523AE;
}
.TagClassName
{
border-color: #5523AE;
}
</style>