Shades of Vivid Violet #7C408E
Tints of Vivid Violet #7C408E
RGB
CMYK
RGB Variations
Color information
#7C408E (or 0x7C408E) is known color: Vivid Violet. HEX triplet: 7C, 40 and 8E. RGB value is (124,64,142). Sum of RGB (Red+Green+Blue) = 124+64+142=330 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.58% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 142 (55.86% from 255 or 43.03% from 330); Max value from RGB is 142 - color contains mainly: blue. Hex color #7C408E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C408E is #83BF71. Grayscale: #5A5A5A. Windows color (decimal): -8634226 or 9322620. OLE color: 9322620.
HSL color Cylindrical-coordinate representation of color #7C408E: hue angle of 286.15º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7C408E is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 124 | 64 | 142 | - |
| CMYK | 0.13 | 0.55 | 0 | 0.44 |
| HSL | 286.15º | 0.38% | 0.4% | - |
| HSV(B) | 286.15º | 0.55% | 0.56% | - |
| XYZ | 15.03 | 9.9 | 26.71 | - |
| YUV | 90.83 | 156.88 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 64 | 142 | 0.13 | 0.55 | 0 | 0.44 | 286.15 | 0.38 | 0.4 |
| Hex | 7C | 40 | 8E | D | 37 | 0 | 2C | 11E | 26 | 28 |
| Octal | 174 | 100 | 216 | 15 | 67 | 0 | 54 | 436 | 46 | 50 |
| Binary | 1111100 | 1000000 | 10001110 | 1101 | 110111 | 0 | 101100 | 100011110 | 100110 | 101000 |
Color Harmonies of #7C408E
Complementary color
Monochromatic Colors of #7C408E
Black with #7C408E
Text Example
Text Example
White with #7C408E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C408E; }
p { color: rgb(124,64,142); }
H1.HeaderClassName
{
color: #7C408E;
}
.AnyTagClassName
{
color: #7C408E;
}
</style>
background-color css
<style>
a { background-color: #7C408E; }
a { background-color: rgb(124,64,142); }
div.DivClassName
{
background-color: #7C408E;
}
.BgClassName
{
background-color: #7C408E;
}
</style>
border-color css
<style>
span { border-color: #7C408E; }
span { border-color: rgb(124,64,142); }
td.TdClassName
{
border-color: #7C408E;
}
.TagClassName
{
border-color: #7C408E;
}
</style>