Shades of Purple Heart #5526AD
Tints of Purple Heart #5526AD
RGB
CMYK
RGB Variations
Color information
#5526AD (or 0x5526AD) is known color: Purple Heart. HEX triplet: 55, 26 and AD. RGB value is (85,38,173). Sum of RGB (Red+Green+Blue) = 85+38+173=296 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.72% from 296); Green value is 38 (15.23% from 255 or 12.84% from 296); Blue value is 173 (67.97% from 255 or 58.45% from 296); Max value from RGB is 173 - color contains mainly: blue. Hex color #5526AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5526AD is #AAD952. Grayscale: #424242. Windows color (decimal): -11196755 or 11347541. OLE color: 11347541.
HSL color Cylindrical-coordinate representation of color #5526AD: hue angle of 260.89º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5526AD is Cyan = 0.51, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 38 | 173 | - |
| CMYK | 0.51 | 0.78 | 0 | 0.32 |
| HSL | 260.89º | 0.64% | 0.41% | - |
| HSV(B) | 260.89º | 0.78% | 0.68% | - |
| XYZ | 11.98 | 6.33 | 40.13 | - |
| YUV | 67.44 | 187.57 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 38 | 173 | 0.51 | 0.78 | 0 | 0.32 | 260.89 | 0.64 | 0.41 |
| Hex | 55 | 26 | AD | 33 | 4E | 0 | 20 | 105 | 40 | 29 |
| Octal | 125 | 46 | 255 | 63 | 116 | 0 | 40 | 405 | 100 | 51 |
| Binary | 1010101 | 100110 | 10101101 | 110011 | 1001110 | 0 | 100000 | 100000101 | 1000000 | 101001 |
Color Harmonies of #5526AD
Complementary color
Monochromatic Colors of #5526AD
Black with #5526AD
Text Example
Text Example
White with #5526AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5526AD; }
p { color: rgb(85,38,173); }
H1.HeaderClassName
{
color: #5526AD;
}
.AnyTagClassName
{
color: #5526AD;
}
</style>
background-color css
<style>
a { background-color: #5526AD; }
a { background-color: rgb(85,38,173); }
div.DivClassName
{
background-color: #5526AD;
}
.BgClassName
{
background-color: #5526AD;
}
</style>
border-color css
<style>
span { border-color: #5526AD; }
span { border-color: rgb(85,38,173); }
td.TdClassName
{
border-color: #5526AD;
}
.TagClassName
{
border-color: #5526AD;
}
</style>