Shades of Purple Heart #5523AD
Tints of Purple Heart #5523AD
RGB
CMYK
RGB Variations
Color information
#5523AD (or 0x5523AD) is known color: Purple Heart. HEX triplet: 55, 23 and AD. RGB value is (85,35,173). Sum of RGB (Red+Green+Blue) = 85+35+173=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 35 (14.06% from 255 or 11.95% from 293); Blue value is 173 (67.97% from 255 or 59.04% from 293); Max value from RGB is 173 - color contains mainly: blue. Hex color #5523AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5523AD is #AADC52. Grayscale: #414141. Windows color (decimal): -11197523 or 11346773. OLE color: 11346773.
HSL color Cylindrical-coordinate representation of color #5523AD: hue angle of 261.74º degrees, saturation: 0.66, 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 #5523AD is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 35 | 173 | - |
| CMYK | 0.51 | 0.80 | 0 | 0.32 |
| HSL | 261.74º | 0.66% | 0.41% | - |
| HSV(B) | 261.74º | 0.8% | 0.68% | - |
| XYZ | 11.89 | 6.15 | 40.1 | - |
| YUV | 65.68 | 188.57 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 35 | 173 | 0.51 | 0.80 | 0 | 0.32 | 261.74 | 0.66 | 0.41 |
| Hex | 55 | 23 | AD | 33 | 50 | 0 | 20 | 106 | 42 | 29 |
| Octal | 125 | 43 | 255 | 63 | 120 | 0 | 40 | 406 | 102 | 51 |
| Binary | 1010101 | 100011 | 10101101 | 110011 | 1010000 | 0 | 100000 | 100000110 | 1000010 | 101001 |
Color Harmonies of #5523AD
Complementary color
Monochromatic Colors of #5523AD
Black with #5523AD
Text Example
Text Example
White with #5523AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5523AD; }
p { color: rgb(85,35,173); }
H1.HeaderClassName
{
color: #5523AD;
}
.AnyTagClassName
{
color: #5523AD;
}
</style>
background-color css
<style>
a { background-color: #5523AD; }
a { background-color: rgb(85,35,173); }
div.DivClassName
{
background-color: #5523AD;
}
.BgClassName
{
background-color: #5523AD;
}
</style>
border-color css
<style>
span { border-color: #5523AD; }
span { border-color: rgb(85,35,173); }
td.TdClassName
{
border-color: #5523AD;
}
.TagClassName
{
border-color: #5523AD;
}
</style>