Shades of Purple Heart #7721AC
Tints of Purple Heart #7721AC
RGB
CMYK
RGB Variations
Color information
#7721AC (or 0x7721AC) is known color: Purple Heart. HEX triplet: 77, 21 and AC. RGB value is (119,33,172). Sum of RGB (Red+Green+Blue) = 119+33+172=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 33 (13.28% from 255 or 10.19% from 324); Blue value is 172 (67.58% from 255 or 53.09% from 324); Max value from RGB is 172 - color contains mainly: blue. Hex color #7721AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7721AC is #88DE53. Grayscale: #4A4A4A. Windows color (decimal): -8969812 or 11280759. OLE color: 11280759.
HSL color Cylindrical-coordinate representation of color #7721AC: hue angle of 277.12º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7721AC is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 33 | 172 | - |
| CMYK | 0.31 | 0.81 | 0 | 0.33 |
| HSL | 277.12º | 0.68% | 0.4% | - |
| HSV(B) | 277.12º | 0.81% | 0.67% | - |
| XYZ | 15.6 | 7.99 | 39.75 | - |
| YUV | 74.56 | 182.99 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 33 | 172 | 0.31 | 0.81 | 0 | 0.33 | 277.12 | 0.68 | 0.4 |
| Hex | 77 | 21 | AC | 1F | 51 | 0 | 21 | 115 | 44 | 28 |
| Octal | 167 | 41 | 254 | 37 | 121 | 0 | 41 | 425 | 104 | 50 |
| Binary | 1110111 | 100001 | 10101100 | 11111 | 1010001 | 0 | 100001 | 100010101 | 1000100 | 101000 |
Color Harmonies of #7721AC
Complementary color
Monochromatic Colors of #7721AC
Black with #7721AC
Text Example
Text Example
White with #7721AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7721AC; }
p { color: rgb(119,33,172); }
H1.HeaderClassName
{
color: #7721AC;
}
.AnyTagClassName
{
color: #7721AC;
}
</style>
background-color css
<style>
a { background-color: #7721AC; }
a { background-color: rgb(119,33,172); }
div.DivClassName
{
background-color: #7721AC;
}
.BgClassName
{
background-color: #7721AC;
}
</style>
border-color css
<style>
span { border-color: #7721AC; }
span { border-color: rgb(119,33,172); }
td.TdClassName
{
border-color: #7721AC;
}
.TagClassName
{
border-color: #7721AC;
}
</style>