Shades of Purple Heart #5526AC
Tints of Purple Heart #5526AC
RGB
CMYK
RGB Variations
Color information
#5526AC (or 0x5526AC) is known color: Purple Heart. HEX triplet: 55, 26 and AC. RGB value is (85,38,172). Sum of RGB (Red+Green+Blue) = 85+38+172=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 172 (67.58% from 255 or 58.31% from 295); Max value from RGB is 172 - color contains mainly: blue. Hex color #5526AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5526AC is #AAD953. Grayscale: #424242. Windows color (decimal): -11196756 or 11282005. OLE color: 11282005.
HSL color Cylindrical-coordinate representation of color #5526AC: hue angle of 261.04º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5526AC is Cyan = 0.51, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 38 | 172 | - |
| CMYK | 0.51 | 0.78 | 0 | 0.33 |
| HSL | 261.04º | 0.64% | 0.41% | - |
| HSV(B) | 261.04º | 0.78% | 0.67% | - |
| XYZ | 11.89 | 6.3 | 39.62 | - |
| YUV | 67.33 | 187.07 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 38 | 172 | 0.51 | 0.78 | 0 | 0.33 | 261.04 | 0.64 | 0.41 |
| Hex | 55 | 26 | AC | 33 | 4E | 0 | 21 | 105 | 40 | 29 |
| Octal | 125 | 46 | 254 | 63 | 116 | 0 | 41 | 405 | 100 | 51 |
| Binary | 1010101 | 100110 | 10101100 | 110011 | 1001110 | 0 | 100001 | 100000101 | 1000000 | 101001 |
Color Harmonies of #5526AC
Complementary color
Monochromatic Colors of #5526AC
Black with #5526AC
Text Example
Text Example
White with #5526AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5526AC; }
p { color: rgb(85,38,172); }
H1.HeaderClassName
{
color: #5526AC;
}
.AnyTagClassName
{
color: #5526AC;
}
</style>
background-color css
<style>
a { background-color: #5526AC; }
a { background-color: rgb(85,38,172); }
div.DivClassName
{
background-color: #5526AC;
}
.BgClassName
{
background-color: #5526AC;
}
</style>
border-color css
<style>
span { border-color: #5526AC; }
span { border-color: rgb(85,38,172); }
td.TdClassName
{
border-color: #5526AC;
}
.TagClassName
{
border-color: #5526AC;
}
</style>