Shades of Vivid Violet #7C23AC
Tints of Vivid Violet #7C23AC
RGB
CMYK
RGB Variations
Color information
#7C23AC (or 0x7C23AC) is known color: Vivid Violet. HEX triplet: 7C, 23 and AC. RGB value is (124,35,172). Sum of RGB (Red+Green+Blue) = 124+35+172=331 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.46% from 331); Green value is 35 (14.06% from 255 or 10.57% from 331); Blue value is 172 (67.58% from 255 or 51.96% from 331); Max value from RGB is 172 - color contains mainly: blue. Hex color #7C23AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C23AC is #83DC53. Grayscale: #4C4C4C. Windows color (decimal): -8641620 or 11281276. OLE color: 11281276.
HSL color Cylindrical-coordinate representation of color #7C23AC: hue angle of 278.98º 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 #7C23AC is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 35 | 172 | - |
| CMYK | 0.28 | 0.80 | 0 | 0.33 |
| HSL | 278.98º | 0.66% | 0.41% | - |
| HSV(B) | 278.98º | 0.8% | 0.67% | - |
| XYZ | 16.36 | 8.47 | 39.8 | - |
| YUV | 77.23 | 181.49 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 35 | 172 | 0.28 | 0.80 | 0 | 0.33 | 278.98 | 0.66 | 0.41 |
| Hex | 7C | 23 | AC | 1C | 50 | 0 | 21 | 117 | 42 | 29 |
| Octal | 174 | 43 | 254 | 34 | 120 | 0 | 41 | 427 | 102 | 51 |
| Binary | 1111100 | 100011 | 10101100 | 11100 | 1010000 | 0 | 100001 | 100010111 | 1000010 | 101001 |
Color Harmonies of #7C23AC
Complementary color
Monochromatic Colors of #7C23AC
Black with #7C23AC
Text Example
Text Example
White with #7C23AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C23AC; }
p { color: rgb(124,35,172); }
H1.HeaderClassName
{
color: #7C23AC;
}
.AnyTagClassName
{
color: #7C23AC;
}
</style>
background-color css
<style>
a { background-color: #7C23AC; }
a { background-color: rgb(124,35,172); }
div.DivClassName
{
background-color: #7C23AC;
}
.BgClassName
{
background-color: #7C23AC;
}
</style>
border-color css
<style>
span { border-color: #7C23AC; }
span { border-color: rgb(124,35,172); }
td.TdClassName
{
border-color: #7C23AC;
}
.TagClassName
{
border-color: #7C23AC;
}
</style>