Shades of Vivid Violet #7721A3
Tints of Vivid Violet #7721A3
RGB
CMYK
RGB Variations
Color information
#7721A3 (or 0x7721A3) is known color: Vivid Violet. HEX triplet: 77, 21 and A3. RGB value is (119,33,163). Sum of RGB (Red+Green+Blue) = 119+33+163=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 163 (64.06% from 255 or 51.75% from 315); Max value from RGB is 163 - color contains mainly: blue. Hex color #7721A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7721A3 is #88DE5C. Grayscale: #494949. Windows color (decimal): -8969821 or 10690935. OLE color: 10690935.
HSL color Cylindrical-coordinate representation of color #7721A3: hue angle of 279.69º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7721A3 is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 119 | 33 | 163 | - |
| CMYK | 0.27 | 0.80 | 0 | 0.36 |
| HSL | 279.69º | 0.66% | 0.38% | - |
| HSV(B) | 279.69º | 0.8% | 0.64% | - |
| XYZ | 14.76 | 7.65 | 35.35 | - |
| YUV | 73.53 | 178.49 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 33 | 163 | 0.27 | 0.80 | 0 | 0.36 | 279.69 | 0.66 | 0.38 |
| Hex | 77 | 21 | A3 | 1B | 50 | 0 | 24 | 118 | 42 | 26 |
| Octal | 167 | 41 | 243 | 33 | 120 | 0 | 44 | 430 | 102 | 46 |
| Binary | 1110111 | 100001 | 10100011 | 11011 | 1010000 | 0 | 100100 | 100011000 | 1000010 | 100110 |
Color Harmonies of #7721A3
Complementary color
Monochromatic Colors of #7721A3
Black with #7721A3
Text Example
Text Example
White with #7721A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7721A3; }
p { color: rgb(119,33,163); }
H1.HeaderClassName
{
color: #7721A3;
}
.AnyTagClassName
{
color: #7721A3;
}
</style>
background-color css
<style>
a { background-color: #7721A3; }
a { background-color: rgb(119,33,163); }
div.DivClassName
{
background-color: #7721A3;
}
.BgClassName
{
background-color: #7721A3;
}
</style>
border-color css
<style>
span { border-color: #7721A3; }
span { border-color: rgb(119,33,163); }
td.TdClassName
{
border-color: #7721A3;
}
.TagClassName
{
border-color: #7721A3;
}
</style>