Shades of Vivid Violet #7B23AC
Tints of Vivid Violet #7B23AC
RGB
CMYK
RGB Variations
Color information
#7B23AC (or 0x7B23AC) is known color: Vivid Violet. HEX triplet: 7B, 23 and AC. RGB value is (123,35,172). Sum of RGB (Red+Green+Blue) = 123+35+172=330 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.27% from 330); Green value is 35 (14.06% from 255 or 10.61% from 330); Blue value is 172 (67.58% from 255 or 52.12% from 330); Max value from RGB is 172 - color contains mainly: blue. Hex color #7B23AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B23AC is #84DC53. Grayscale: #4C4C4C. Windows color (decimal): -8707156 or 11281275. OLE color: 11281275.
HSL color Cylindrical-coordinate representation of color #7B23AC: hue angle of 278.54º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7B23AC is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 35 | 172 | - |
| CMYK | 0.28 | 0.80 | 0 | 0.33 |
| HSL | 278.54º | 0.66% | 0.41% | - |
| HSV(B) | 278.54º | 0.8% | 0.67% | - |
| XYZ | 16.22 | 8.39 | 39.79 | - |
| YUV | 76.93 | 181.65 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 35 | 172 | 0.28 | 0.80 | 0 | 0.33 | 278.54 | 0.66 | 0.41 |
| Hex | 7B | 23 | AC | 1C | 50 | 0 | 21 | 117 | 42 | 29 |
| Octal | 173 | 43 | 254 | 34 | 120 | 0 | 41 | 427 | 102 | 51 |
| Binary | 1111011 | 100011 | 10101100 | 11100 | 1010000 | 0 | 100001 | 100010111 | 1000010 | 101001 |
Color Harmonies of #7B23AC
Complementary color
Monochromatic Colors of #7B23AC
Black with #7B23AC
Text Example
Text Example
White with #7B23AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B23AC; }
p { color: rgb(123,35,172); }
H1.HeaderClassName
{
color: #7B23AC;
}
.AnyTagClassName
{
color: #7B23AC;
}
</style>
background-color css
<style>
a { background-color: #7B23AC; }
a { background-color: rgb(123,35,172); }
div.DivClassName
{
background-color: #7B23AC;
}
.BgClassName
{
background-color: #7B23AC;
}
</style>
border-color css
<style>
span { border-color: #7B23AC; }
span { border-color: rgb(123,35,172); }
td.TdClassName
{
border-color: #7B23AC;
}
.TagClassName
{
border-color: #7B23AC;
}
</style>