Shades of Vivid Violet #7B17AC
Tints of Vivid Violet #7B17AC
RGB
CMYK
RGB Variations
Color information
#7B17AC (or 0x7B17AC) is known color: Vivid Violet. HEX triplet: 7B, 17 and AC. RGB value is (123,23,172). Sum of RGB (Red+Green+Blue) = 123+23+172=318 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.68% from 318); Green value is 23 (9.38% from 255 or 7.23% from 318); Blue value is 172 (67.58% from 255 or 54.09% from 318); Max value from RGB is 172 - color contains mainly: blue. Hex color #7B17AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B17AC is #84E853. Grayscale: #454545. Windows color (decimal): -8710228 or 11278203. OLE color: 11278203.
HSL color Cylindrical-coordinate representation of color #7B17AC: hue angle of 280.27º degrees, saturation: 0.76, 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 #7B17AC is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 23 | 172 | - |
| CMYK | 0.28 | 0.87 | 0 | 0.33 |
| HSL | 280.27º | 0.76% | 0.38% | - |
| HSV(B) | 280.27º | 0.87% | 0.67% | - |
| XYZ | 15.92 | 7.8 | 39.7 | - |
| YUV | 69.89 | 185.63 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 23 | 172 | 0.28 | 0.87 | 0 | 0.33 | 280.27 | 0.76 | 0.38 |
| Hex | 7B | 17 | AC | 1C | 57 | 0 | 21 | 118 | 4C | 26 |
| Octal | 173 | 27 | 254 | 34 | 127 | 0 | 41 | 430 | 114 | 46 |
| Binary | 1111011 | 10111 | 10101100 | 11100 | 1010111 | 0 | 100001 | 100011000 | 1001100 | 100110 |
Color Harmonies of #7B17AC
Complementary color
Monochromatic Colors of #7B17AC
Black with #7B17AC
Text Example
Text Example
White with #7B17AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B17AC; }
p { color: rgb(123,23,172); }
H1.HeaderClassName
{
color: #7B17AC;
}
.AnyTagClassName
{
color: #7B17AC;
}
</style>
background-color css
<style>
a { background-color: #7B17AC; }
a { background-color: rgb(123,23,172); }
div.DivClassName
{
background-color: #7B17AC;
}
.BgClassName
{
background-color: #7B17AC;
}
</style>
border-color css
<style>
span { border-color: #7B17AC; }
span { border-color: rgb(123,23,172); }
td.TdClassName
{
border-color: #7B17AC;
}
.TagClassName
{
border-color: #7B17AC;
}
</style>