Shades of Vivid Violet #7C18AA
Tints of Vivid Violet #7C18AA
RGB
CMYK
RGB Variations
Color information
#7C18AA (or 0x7C18AA) is known color: Vivid Violet. HEX triplet: 7C, 18 and AA. RGB value is (124,24,170). Sum of RGB (Red+Green+Blue) = 124+24+170=318 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.99% from 318); Green value is 24 (9.77% from 255 or 7.55% from 318); Blue value is 170 (66.80% from 255 or 53.46% from 318); Max value from RGB is 170 - color contains mainly: blue. Hex color #7C18AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C18AA is #83E755. Grayscale: #464646. Windows color (decimal): -8644438 or 11147388. OLE color: 11147388.
HSL color Cylindrical-coordinate representation of color #7C18AA: hue angle of 281.1º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7C18AA is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 24 | 170 | - |
| CMYK | 0.27 | 0.86 | 0 | 0.33 |
| HSL | 281.1º | 0.75% | 0.38% | - |
| HSV(B) | 281.1º | 0.86% | 0.67% | - |
| XYZ | 15.89 | 7.84 | 38.71 | - |
| YUV | 70.54 | 184.13 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 24 | 170 | 0.27 | 0.86 | 0 | 0.33 | 281.1 | 0.75 | 0.38 |
| Hex | 7C | 18 | AA | 1B | 56 | 0 | 21 | 119 | 4B | 26 |
| Octal | 174 | 30 | 252 | 33 | 126 | 0 | 41 | 431 | 113 | 46 |
| Binary | 1111100 | 11000 | 10101010 | 11011 | 1010110 | 0 | 100001 | 100011001 | 1001011 | 100110 |
Color Harmonies of #7C18AA
Complementary color
Monochromatic Colors of #7C18AA
Black with #7C18AA
Text Example
Text Example
White with #7C18AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C18AA; }
p { color: rgb(124,24,170); }
H1.HeaderClassName
{
color: #7C18AA;
}
.AnyTagClassName
{
color: #7C18AA;
}
</style>
background-color css
<style>
a { background-color: #7C18AA; }
a { background-color: rgb(124,24,170); }
div.DivClassName
{
background-color: #7C18AA;
}
.BgClassName
{
background-color: #7C18AA;
}
</style>
border-color css
<style>
span { border-color: #7C18AA; }
span { border-color: rgb(124,24,170); }
td.TdClassName
{
border-color: #7C18AA;
}
.TagClassName
{
border-color: #7C18AA;
}
</style>