Shades of Purple Heart #5521AF
Tints of Purple Heart #5521AF
RGB
CMYK
RGB Variations
Color information
#5521AF (or 0x5521AF) is known color: Purple Heart. HEX triplet: 55, 21 and AF. RGB value is (85,33,175). Sum of RGB (Red+Green+Blue) = 85+33+175=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 175 (68.75% from 255 or 59.73% from 293); Max value from RGB is 175 - color contains mainly: blue. Hex color #5521AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5521AF is #AADE50. Grayscale: #404040. Windows color (decimal): -11198033 or 11477333. OLE color: 11477333.
HSL color Cylindrical-coordinate representation of color #5521AF: hue angle of 261.97º degrees, saturation: 0.68, 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 #5521AF is Cyan = 0.51, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 33 | 175 | - |
| CMYK | 0.51 | 0.81 | 0 | 0.31 |
| HSL | 261.97º | 0.68% | 0.41% | - |
| HSV(B) | 261.97º | 0.81% | 0.69% | - |
| XYZ | 12.03 | 6.11 | 41.1 | - |
| YUV | 64.74 | 190.23 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 33 | 175 | 0.51 | 0.81 | 0 | 0.31 | 261.97 | 0.68 | 0.41 |
| Hex | 55 | 21 | AF | 33 | 51 | 0 | 1F | 106 | 44 | 29 |
| Octal | 125 | 41 | 257 | 63 | 121 | 0 | 37 | 406 | 104 | 51 |
| Binary | 1010101 | 100001 | 10101111 | 110011 | 1010001 | 0 | 11111 | 100000110 | 1000100 | 101001 |
Color Harmonies of #5521AF
Complementary color
Monochromatic Colors of #5521AF
Black with #5521AF
Text Example
Text Example
White with #5521AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5521AF; }
p { color: rgb(85,33,175); }
H1.HeaderClassName
{
color: #5521AF;
}
.AnyTagClassName
{
color: #5521AF;
}
</style>
background-color css
<style>
a { background-color: #5521AF; }
a { background-color: rgb(85,33,175); }
div.DivClassName
{
background-color: #5521AF;
}
.BgClassName
{
background-color: #5521AF;
}
</style>
border-color css
<style>
span { border-color: #5521AF; }
span { border-color: rgb(85,33,175); }
td.TdClassName
{
border-color: #5521AF;
}
.TagClassName
{
border-color: #5521AF;
}
</style>