Shades of Vivid Violet #7C14A3
Tints of Vivid Violet #7C14A3
RGB
CMYK
RGB Variations
Color information
#7C14A3 (or 0x7C14A3) is known color: Vivid Violet. HEX triplet: 7C, 14 and A3. RGB value is (124,20,163). Sum of RGB (Red+Green+Blue) = 124+20+163=307 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.39% from 307); Green value is 20 (8.20% from 255 or 6.51% from 307); Blue value is 163 (64.06% from 255 or 53.09% from 307); Max value from RGB is 163 - color contains mainly: blue. Hex color #7C14A3 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C14A3 is #83EB5C. Grayscale: #424242. Windows color (decimal): -8645469 or 10687612. OLE color: 10687612.
HSL color Cylindrical-coordinate representation of color #7C14A3: hue angle of 283.64º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7C14A3 is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 124 | 20 | 163 | - |
| CMYK | 0.24 | 0.88 | 0 | 0.36 |
| HSL | 283.64º | 0.78% | 0.36% | - |
| HSV(B) | 283.64º | 0.88% | 0.64% | - |
| XYZ | 15.17 | 7.43 | 35.28 | - |
| YUV | 67.4 | 181.96 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 20 | 163 | 0.24 | 0.88 | 0 | 0.36 | 283.64 | 0.78 | 0.36 |
| Hex | 7C | 14 | A3 | 18 | 58 | 0 | 24 | 11C | 4E | 24 |
| Octal | 174 | 24 | 243 | 30 | 130 | 0 | 44 | 434 | 116 | 44 |
| Binary | 1111100 | 10100 | 10100011 | 11000 | 1011000 | 0 | 100100 | 100011100 | 1001110 | 100100 |
Color Harmonies of #7C14A3
Complementary color
Monochromatic Colors of #7C14A3
Black with #7C14A3
Text Example
Text Example
White with #7C14A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C14A3; }
p { color: rgb(124,20,163); }
H1.HeaderClassName
{
color: #7C14A3;
}
.AnyTagClassName
{
color: #7C14A3;
}
</style>
background-color css
<style>
a { background-color: #7C14A3; }
a { background-color: rgb(124,20,163); }
div.DivClassName
{
background-color: #7C14A3;
}
.BgClassName
{
background-color: #7C14A3;
}
</style>
border-color css
<style>
span { border-color: #7C14A3; }
span { border-color: rgb(124,20,163); }
td.TdClassName
{
border-color: #7C14A3;
}
.TagClassName
{
border-color: #7C14A3;
}
</style>