Shades of Purple Heart #5522AF
Tints of Purple Heart #5522AF
RGB
CMYK
RGB Variations
Color information
#5522AF (or 0x5522AF) is known color: Purple Heart. HEX triplet: 55, 22 and AF. RGB value is (85,34,175). Sum of RGB (Red+Green+Blue) = 85+34+175=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 34 (13.67% from 255 or 11.56% from 294); Blue value is 175 (68.75% from 255 or 59.52% from 294); Max value from RGB is 175 - color contains mainly: blue. Hex color #5522AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5522AF is #AADD50. Grayscale: #404040. Windows color (decimal): -11197777 or 11477589. OLE color: 11477589.
HSL color Cylindrical-coordinate representation of color #5522AF: hue angle of 261.7º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5522AF is Cyan = 0.51, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 34 | 175 | - |
| CMYK | 0.51 | 0.81 | 0 | 0.31 |
| HSL | 261.7º | 0.67% | 0.41% | - |
| HSV(B) | 261.7º | 0.81% | 0.69% | - |
| XYZ | 12.06 | 6.17 | 41.11 | - |
| YUV | 65.32 | 189.9 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 34 | 175 | 0.51 | 0.81 | 0 | 0.31 | 261.7 | 0.67 | 0.41 |
| Hex | 55 | 22 | AF | 33 | 51 | 0 | 1F | 106 | 43 | 29 |
| Octal | 125 | 42 | 257 | 63 | 121 | 0 | 37 | 406 | 103 | 51 |
| Binary | 1010101 | 100010 | 10101111 | 110011 | 1010001 | 0 | 11111 | 100000110 | 1000011 | 101001 |
Color Harmonies of #5522AF
Complementary color
Monochromatic Colors of #5522AF
Black with #5522AF
Text Example
Text Example
White with #5522AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5522AF; }
p { color: rgb(85,34,175); }
H1.HeaderClassName
{
color: #5522AF;
}
.AnyTagClassName
{
color: #5522AF;
}
</style>
background-color css
<style>
a { background-color: #5522AF; }
a { background-color: rgb(85,34,175); }
div.DivClassName
{
background-color: #5522AF;
}
.BgClassName
{
background-color: #5522AF;
}
</style>
border-color css
<style>
span { border-color: #5522AF; }
span { border-color: rgb(85,34,175); }
td.TdClassName
{
border-color: #5522AF;
}
.TagClassName
{
border-color: #5522AF;
}
</style>