Shades of Vivid Violet #7B1FAC
Tints of Vivid Violet #7B1FAC
RGB
CMYK
RGB Variations
Color information
#7B1FAC (or 0x7B1FAC) is known color: Vivid Violet. HEX triplet: 7B, 1F and AC. RGB value is (123,31,172). Sum of RGB (Red+Green+Blue) = 123+31+172=326 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.73% from 326); Green value is 31 (12.5% from 255 or 9.51% from 326); Blue value is 172 (67.58% from 255 or 52.76% from 326); Max value from RGB is 172 - color contains mainly: blue. Hex color #7B1FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B1FAC is #84E053. Grayscale: #4A4A4A. Windows color (decimal): -8708180 or 11280251. OLE color: 11280251.
HSL color Cylindrical-coordinate representation of color #7B1FAC: hue angle of 279.15º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7B1FAC is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 31 | 172 | - |
| CMYK | 0.28 | 0.82 | 0 | 0.33 |
| HSL | 279.15º | 0.69% | 0.4% | - |
| HSV(B) | 279.15º | 0.82% | 0.67% | - |
| XYZ | 16.1 | 8.17 | 39.76 | - |
| YUV | 74.58 | 182.98 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 31 | 172 | 0.28 | 0.82 | 0 | 0.33 | 279.15 | 0.69 | 0.4 |
| Hex | 7B | 1F | AC | 1C | 52 | 0 | 21 | 117 | 45 | 28 |
| Octal | 173 | 37 | 254 | 34 | 122 | 0 | 41 | 427 | 105 | 50 |
| Binary | 1111011 | 11111 | 10101100 | 11100 | 1010010 | 0 | 100001 | 100010111 | 1000101 | 101000 |
Color Harmonies of #7B1FAC
Complementary color
Monochromatic Colors of #7B1FAC
Black with #7B1FAC
Text Example
Text Example
White with #7B1FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1FAC; }
p { color: rgb(123,31,172); }
H1.HeaderClassName
{
color: #7B1FAC;
}
.AnyTagClassName
{
color: #7B1FAC;
}
</style>
background-color css
<style>
a { background-color: #7B1FAC; }
a { background-color: rgb(123,31,172); }
div.DivClassName
{
background-color: #7B1FAC;
}
.BgClassName
{
background-color: #7B1FAC;
}
</style>
border-color css
<style>
span { border-color: #7B1FAC; }
span { border-color: rgb(123,31,172); }
td.TdClassName
{
border-color: #7B1FAC;
}
.TagClassName
{
border-color: #7B1FAC;
}
</style>