Shades of Purple Heart #5722AC
Tints of Purple Heart #5722AC
RGB
CMYK
RGB Variations
Color information
#5722AC (or 0x5722AC) is known color: Purple Heart. HEX triplet: 57, 22 and AC. RGB value is (87,34,172). Sum of RGB (Red+Green+Blue) = 87+34+172=293 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.69% from 293); Green value is 34 (13.67% from 255 or 11.60% from 293); Blue value is 172 (67.58% from 255 or 58.70% from 293); Max value from RGB is 172 - color contains mainly: blue. Hex color #5722AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5722AC is #A8DD53. Grayscale: #414141. Windows color (decimal): -11066708 or 11280983. OLE color: 11280983.
HSL color Cylindrical-coordinate representation of color #5722AC: hue angle of 263.04º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5722AC is Cyan = 0.49, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 87 | 34 | 172 | - |
| CMYK | 0.49 | 0.80 | 0 | 0.33 |
| HSL | 263.04º | 0.67% | 0.4% | - |
| HSV(B) | 263.04º | 0.8% | 0.67% | - |
| XYZ | 11.95 | 6.15 | 39.59 | - |
| YUV | 65.58 | 188.06 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 34 | 172 | 0.49 | 0.80 | 0 | 0.33 | 263.04 | 0.67 | 0.4 |
| Hex | 57 | 22 | AC | 31 | 50 | 0 | 21 | 107 | 43 | 28 |
| Octal | 127 | 42 | 254 | 61 | 120 | 0 | 41 | 407 | 103 | 50 |
| Binary | 1010111 | 100010 | 10101100 | 110001 | 1010000 | 0 | 100001 | 100000111 | 1000011 | 101000 |
Color Harmonies of #5722AC
Complementary color
Monochromatic Colors of #5722AC
Black with #5722AC
Text Example
Text Example
White with #5722AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5722AC; }
p { color: rgb(87,34,172); }
H1.HeaderClassName
{
color: #5722AC;
}
.AnyTagClassName
{
color: #5722AC;
}
</style>
background-color css
<style>
a { background-color: #5722AC; }
a { background-color: rgb(87,34,172); }
div.DivClassName
{
background-color: #5722AC;
}
.BgClassName
{
background-color: #5722AC;
}
</style>
border-color css
<style>
span { border-color: #5722AC; }
span { border-color: rgb(87,34,172); }
td.TdClassName
{
border-color: #5722AC;
}
.TagClassName
{
border-color: #5722AC;
}
</style>