Shades of Vivid Violet #7B16AC
Tints of Vivid Violet #7B16AC
RGB
CMYK
RGB Variations
Color information
#7B16AC (or 0x7B16AC) is known color: Vivid Violet. HEX triplet: 7B, 16 and AC. RGB value is (123,22,172). Sum of RGB (Red+Green+Blue) = 123+22+172=317 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.80% from 317); Green value is 22 (8.98% from 255 or 6.94% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #7B16AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B16AC is #84E953. Grayscale: #444444. Windows color (decimal): -8710484 or 11277947. OLE color: 11277947.
HSL color Cylindrical-coordinate representation of color #7B16AC: hue angle of 280.4º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7B16AC is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 22 | 172 | - |
| CMYK | 0.28 | 0.87 | 0 | 0.33 |
| HSL | 280.4º | 0.77% | 0.38% | - |
| HSV(B) | 280.4º | 0.87% | 0.67% | - |
| XYZ | 15.9 | 7.76 | 39.69 | - |
| YUV | 69.3 | 185.96 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 22 | 172 | 0.28 | 0.87 | 0 | 0.33 | 280.4 | 0.77 | 0.38 |
| Hex | 7B | 16 | AC | 1C | 57 | 0 | 21 | 118 | 4D | 26 |
| Octal | 173 | 26 | 254 | 34 | 127 | 0 | 41 | 430 | 115 | 46 |
| Binary | 1111011 | 10110 | 10101100 | 11100 | 1010111 | 0 | 100001 | 100011000 | 1001101 | 100110 |
Color Harmonies of #7B16AC
Complementary color
Monochromatic Colors of #7B16AC
Black with #7B16AC
Text Example
Text Example
White with #7B16AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B16AC; }
p { color: rgb(123,22,172); }
H1.HeaderClassName
{
color: #7B16AC;
}
.AnyTagClassName
{
color: #7B16AC;
}
</style>
background-color css
<style>
a { background-color: #7B16AC; }
a { background-color: rgb(123,22,172); }
div.DivClassName
{
background-color: #7B16AC;
}
.BgClassName
{
background-color: #7B16AC;
}
</style>
border-color css
<style>
span { border-color: #7B16AC; }
span { border-color: rgb(123,22,172); }
td.TdClassName
{
border-color: #7B16AC;
}
.TagClassName
{
border-color: #7B16AC;
}
</style>