Shades of Purple Heart #5525AB
Tints of Purple Heart #5525AB
RGB
CMYK
RGB Variations
Color information
#5525AB (or 0x5525AB) is known color: Purple Heart. HEX triplet: 55, 25 and AB. RGB value is (85,37,171). Sum of RGB (Red+Green+Blue) = 85+37+171=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 37 (14.84% from 255 or 12.63% from 293); Blue value is 171 (67.19% from 255 or 58.36% from 293); Max value from RGB is 171 - color contains mainly: blue. Hex color #5525AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5525AB is #AADA54. Grayscale: #424242. Windows color (decimal): -11197013 or 11216213. OLE color: 11216213.
HSL color Cylindrical-coordinate representation of color #5525AB: hue angle of 261.49º 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 #5525AB is Cyan = 0.50, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 37 | 171 | - |
| CMYK | 0.50 | 0.78 | 0 | 0.33 |
| HSL | 261.49º | 0.64% | 0.41% | - |
| HSV(B) | 261.49º | 0.78% | 0.67% | - |
| XYZ | 11.76 | 6.19 | 39.1 | - |
| YUV | 66.63 | 186.9 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 37 | 171 | 0.50 | 0.78 | 0 | 0.33 | 261.49 | 0.64 | 0.41 |
| Hex | 55 | 25 | AB | 32 | 4E | 0 | 21 | 105 | 40 | 29 |
| Octal | 125 | 45 | 253 | 62 | 116 | 0 | 41 | 405 | 100 | 51 |
| Binary | 1010101 | 100101 | 10101011 | 110010 | 1001110 | 0 | 100001 | 100000101 | 1000000 | 101001 |
Color Harmonies of #5525AB
Complementary color
Monochromatic Colors of #5525AB
Black with #5525AB
Text Example
Text Example
White with #5525AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5525AB; }
p { color: rgb(85,37,171); }
H1.HeaderClassName
{
color: #5525AB;
}
.AnyTagClassName
{
color: #5525AB;
}
</style>
background-color css
<style>
a { background-color: #5525AB; }
a { background-color: rgb(85,37,171); }
div.DivClassName
{
background-color: #5525AB;
}
.BgClassName
{
background-color: #5525AB;
}
</style>
border-color css
<style>
span { border-color: #5525AB; }
span { border-color: rgb(85,37,171); }
td.TdClassName
{
border-color: #5525AB;
}
.TagClassName
{
border-color: #5525AB;
}
</style>