Shades of Purple Heart #5722AD
Tints of Purple Heart #5722AD
RGB
CMYK
RGB Variations
Color information
#5722AD (or 0x5722AD) is known color: Purple Heart. HEX triplet: 57, 22 and AD. RGB value is (87,34,173). Sum of RGB (Red+Green+Blue) = 87+34+173=294 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.59% from 294); Green value is 34 (13.67% from 255 or 11.56% from 294); Blue value is 173 (67.97% from 255 or 58.84% from 294); Max value from RGB is 173 - color contains mainly: blue. Hex color #5722AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5722AD is #A8DD52. Grayscale: #414141. Windows color (decimal): -11066707 or 11346519. OLE color: 11346519.
HSL color Cylindrical-coordinate representation of color #5722AD: hue angle of 262.88º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5722AD is Cyan = 0.50, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 87 | 34 | 173 | - |
| CMYK | 0.50 | 0.80 | 0 | 0.32 |
| HSL | 262.88º | 0.67% | 0.41% | - |
| HSV(B) | 262.88º | 0.8% | 0.68% | - |
| XYZ | 12.05 | 6.19 | 40.09 | - |
| YUV | 65.69 | 188.56 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 34 | 173 | 0.50 | 0.80 | 0 | 0.32 | 262.88 | 0.67 | 0.41 |
| Hex | 57 | 22 | AD | 32 | 50 | 0 | 20 | 107 | 43 | 29 |
| Octal | 127 | 42 | 255 | 62 | 120 | 0 | 40 | 407 | 103 | 51 |
| Binary | 1010111 | 100010 | 10101101 | 110010 | 1010000 | 0 | 100000 | 100000111 | 1000011 | 101001 |
Color Harmonies of #5722AD
Complementary color
Monochromatic Colors of #5722AD
Black with #5722AD
Text Example
Text Example
White with #5722AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5722AD; }
p { color: rgb(87,34,173); }
H1.HeaderClassName
{
color: #5722AD;
}
.AnyTagClassName
{
color: #5722AD;
}
</style>
background-color css
<style>
a { background-color: #5722AD; }
a { background-color: rgb(87,34,173); }
div.DivClassName
{
background-color: #5722AD;
}
.BgClassName
{
background-color: #5722AD;
}
</style>
border-color css
<style>
span { border-color: #5722AD; }
span { border-color: rgb(87,34,173); }
td.TdClassName
{
border-color: #5722AD;
}
.TagClassName
{
border-color: #5722AD;
}
</style>