Shades of Vivid Violet #7C409C
Tints of Vivid Violet #7C409C
RGB
CMYK
RGB Variations
Color information
#7C409C (or 0x7C409C) is known color: Vivid Violet. HEX triplet: 7C, 40 and 9C. RGB value is (124,64,156). Sum of RGB (Red+Green+Blue) = 124+64+156=344 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.05% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 156 (61.33% from 255 or 45.35% from 344); Max value from RGB is 156 - color contains mainly: blue. Hex color #7C409C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C409C is #83BF63. Grayscale: #5C5C5C. Windows color (decimal): -8634212 or 10240124. OLE color: 10240124.
HSL color Cylindrical-coordinate representation of color #7C409C: hue angle of 279.13º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7C409C is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 124 | 64 | 156 | - |
| CMYK | 0.21 | 0.59 | 0 | 0.39 |
| HSL | 279.13º | 0.42% | 0.43% | - |
| HSV(B) | 279.13º | 0.59% | 0.61% | - |
| XYZ | 16.15 | 10.35 | 32.6 | - |
| YUV | 92.43 | 163.88 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 64 | 156 | 0.21 | 0.59 | 0 | 0.39 | 279.13 | 0.42 | 0.43 |
| Hex | 7C | 40 | 9C | 15 | 3B | 0 | 27 | 117 | 2A | 2B |
| Octal | 174 | 100 | 234 | 25 | 73 | 0 | 47 | 427 | 52 | 53 |
| Binary | 1111100 | 1000000 | 10011100 | 10101 | 111011 | 0 | 100111 | 100010111 | 101010 | 101011 |
Color Harmonies of #7C409C
Complementary color
Monochromatic Colors of #7C409C
Black with #7C409C
Text Example
Text Example
White with #7C409C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C409C; }
p { color: rgb(124,64,156); }
H1.HeaderClassName
{
color: #7C409C;
}
.AnyTagClassName
{
color: #7C409C;
}
</style>
background-color css
<style>
a { background-color: #7C409C; }
a { background-color: rgb(124,64,156); }
div.DivClassName
{
background-color: #7C409C;
}
.BgClassName
{
background-color: #7C409C;
}
</style>
border-color css
<style>
span { border-color: #7C409C; }
span { border-color: rgb(124,64,156); }
td.TdClassName
{
border-color: #7C409C;
}
.TagClassName
{
border-color: #7C409C;
}
</style>