Shades of Purple Heart #5525AC
Tints of Purple Heart #5525AC
RGB
CMYK
RGB Variations
Color information
#5525AC (or 0x5525AC) is known color: Purple Heart. HEX triplet: 55, 25 and AC. RGB value is (85,37,172). Sum of RGB (Red+Green+Blue) = 85+37+172=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 172 (67.58% from 255 or 58.50% from 294); Max value from RGB is 172 - color contains mainly: blue. Hex color #5525AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5525AC is #AADA53. Grayscale: #424242. Windows color (decimal): -11197012 or 11281749. OLE color: 11281749.
HSL color Cylindrical-coordinate representation of color #5525AC: hue angle of 261.33º degrees, saturation: 0.65, 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 #5525AC is Cyan = 0.51, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 37 | 172 | - |
| CMYK | 0.51 | 0.78 | 0 | 0.33 |
| HSL | 261.33º | 0.65% | 0.41% | - |
| HSV(B) | 261.33º | 0.78% | 0.67% | - |
| XYZ | 11.85 | 6.23 | 39.61 | - |
| YUV | 66.74 | 187.4 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 37 | 172 | 0.51 | 0.78 | 0 | 0.33 | 261.33 | 0.65 | 0.41 |
| Hex | 55 | 25 | AC | 33 | 4E | 0 | 21 | 105 | 41 | 29 |
| Octal | 125 | 45 | 254 | 63 | 116 | 0 | 41 | 405 | 101 | 51 |
| Binary | 1010101 | 100101 | 10101100 | 110011 | 1001110 | 0 | 100001 | 100000101 | 1000001 | 101001 |
Color Harmonies of #5525AC
Complementary color
Monochromatic Colors of #5525AC
Black with #5525AC
Text Example
Text Example
White with #5525AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5525AC; }
p { color: rgb(85,37,172); }
H1.HeaderClassName
{
color: #5525AC;
}
.AnyTagClassName
{
color: #5525AC;
}
</style>
background-color css
<style>
a { background-color: #5525AC; }
a { background-color: rgb(85,37,172); }
div.DivClassName
{
background-color: #5525AC;
}
.BgClassName
{
background-color: #5525AC;
}
</style>
border-color css
<style>
span { border-color: #5525AC; }
span { border-color: rgb(85,37,172); }
td.TdClassName
{
border-color: #5525AC;
}
.TagClassName
{
border-color: #5525AC;
}
</style>