Shades of Vivid Violet #7B13AC
Tints of Vivid Violet #7B13AC
RGB
CMYK
RGB Variations
Color information
#7B13AC (or 0x7B13AC) is known color: Vivid Violet. HEX triplet: 7B, 13 and AC. RGB value is (123,19,172). Sum of RGB (Red+Green+Blue) = 123+19+172=314 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.17% from 314); Green value is 19 (7.81% from 255 or 6.05% from 314); Blue value is 172 (67.58% from 255 or 54.78% from 314); Max value from RGB is 172 - color contains mainly: blue. Hex color #7B13AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B13AC is #84EC53. Grayscale: #434343. Windows color (decimal): -8711252 or 11277179. OLE color: 11277179.
HSL color Cylindrical-coordinate representation of color #7B13AC: hue angle of 280.78º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7B13AC is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 19 | 172 | - |
| CMYK | 0.28 | 0.89 | 0 | 0.33 |
| HSL | 280.78º | 0.8% | 0.37% | - |
| HSV(B) | 280.78º | 0.89% | 0.67% | - |
| XYZ | 15.85 | 7.66 | 39.67 | - |
| YUV | 67.54 | 186.96 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 19 | 172 | 0.28 | 0.89 | 0 | 0.33 | 280.78 | 0.8 | 0.37 |
| Hex | 7B | 13 | AC | 1C | 59 | 0 | 21 | 119 | 50 | 25 |
| Octal | 173 | 23 | 254 | 34 | 131 | 0 | 41 | 431 | 120 | 45 |
| Binary | 1111011 | 10011 | 10101100 | 11100 | 1011001 | 0 | 100001 | 100011001 | 1010000 | 100101 |
Color Harmonies of #7B13AC
Complementary color
Monochromatic Colors of #7B13AC
Black with #7B13AC
Text Example
Text Example
White with #7B13AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B13AC; }
p { color: rgb(123,19,172); }
H1.HeaderClassName
{
color: #7B13AC;
}
.AnyTagClassName
{
color: #7B13AC;
}
</style>
background-color css
<style>
a { background-color: #7B13AC; }
a { background-color: rgb(123,19,172); }
div.DivClassName
{
background-color: #7B13AC;
}
.BgClassName
{
background-color: #7B13AC;
}
</style>
border-color css
<style>
span { border-color: #7B13AC; }
span { border-color: rgb(123,19,172); }
td.TdClassName
{
border-color: #7B13AC;
}
.TagClassName
{
border-color: #7B13AC;
}
</style>