Shades of Vivid Violet #7B15AC
Tints of Vivid Violet #7B15AC
RGB
CMYK
RGB Variations
Color information
#7B15AC (or 0x7B15AC) is known color: Vivid Violet. HEX triplet: 7B, 15 and AC. RGB value is (123,21,172). Sum of RGB (Red+Green+Blue) = 123+21+172=316 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.92% from 316); Green value is 21 (8.59% from 255 or 6.65% from 316); Blue value is 172 (67.58% from 255 or 54.43% from 316); Max value from RGB is 172 - color contains mainly: blue. Hex color #7B15AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B15AC is #84EA53. Grayscale: #444444. Windows color (decimal): -8710740 or 11277691. OLE color: 11277691.
HSL color Cylindrical-coordinate representation of color #7B15AC: hue angle of 280.53º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7B15AC is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 21 | 172 | - |
| CMYK | 0.28 | 0.88 | 0 | 0.33 |
| HSL | 280.53º | 0.78% | 0.38% | - |
| HSV(B) | 280.53º | 0.88% | 0.67% | - |
| XYZ | 15.88 | 7.73 | 39.68 | - |
| YUV | 68.71 | 186.29 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 21 | 172 | 0.28 | 0.88 | 0 | 0.33 | 280.53 | 0.78 | 0.38 |
| Hex | 7B | 15 | AC | 1C | 58 | 0 | 21 | 119 | 4E | 26 |
| Octal | 173 | 25 | 254 | 34 | 130 | 0 | 41 | 431 | 116 | 46 |
| Binary | 1111011 | 10101 | 10101100 | 11100 | 1011000 | 0 | 100001 | 100011001 | 1001110 | 100110 |
Color Harmonies of #7B15AC
Complementary color
Monochromatic Colors of #7B15AC
Black with #7B15AC
Text Example
Text Example
White with #7B15AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B15AC; }
p { color: rgb(123,21,172); }
H1.HeaderClassName
{
color: #7B15AC;
}
.AnyTagClassName
{
color: #7B15AC;
}
</style>
background-color css
<style>
a { background-color: #7B15AC; }
a { background-color: rgb(123,21,172); }
div.DivClassName
{
background-color: #7B15AC;
}
.BgClassName
{
background-color: #7B15AC;
}
</style>
border-color css
<style>
span { border-color: #7B15AC; }
span { border-color: rgb(123,21,172); }
td.TdClassName
{
border-color: #7B15AC;
}
.TagClassName
{
border-color: #7B15AC;
}
</style>