Shades of Vivid Violet #7C1E95
Tints of Vivid Violet #7C1E95
RGB
CMYK
RGB Variations
Color information
#7C1E95 (or 0x7C1E95) is known color: Vivid Violet. HEX triplet: 7C, 1E and 95. RGB value is (124,30,149). Sum of RGB (Red+Green+Blue) = 124+30+149=303 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.92% from 303); Green value is 30 (12.11% from 255 or 9.90% from 303); Blue value is 149 (58.59% from 255 or 49.17% from 303); Max value from RGB is 149 - color contains mainly: blue. Hex color #7C1E95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C1E95 is #83E16A. Grayscale: #474747. Windows color (decimal): -8642923 or 9772668. OLE color: 9772668.
HSL color Cylindrical-coordinate representation of color #7C1E95: hue angle of 287.39º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7C1E95 is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 124 | 30 | 149 | - |
| CMYK | 0.17 | 0.80 | 0 | 0.42 |
| HSL | 287.4º | 0.66% | 0.35% | - |
| HSV(B) | 287.4º | 0.8% | 0.58% | - |
| XYZ | 14.2 | 7.38 | 29.11 | - |
| YUV | 71.67 | 171.64 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 30 | 149 | 0.17 | 0.80 | 0 | 0.42 | 287.4 | 0.66 | 0.35 |
| Hex | 7C | 1E | 95 | 11 | 50 | 0 | 2A | 11F | 42 | 23 |
| Octal | 174 | 36 | 225 | 21 | 120 | 0 | 52 | 437 | 102 | 43 |
| Binary | 1111100 | 11110 | 10010101 | 10001 | 1010000 | 0 | 101010 | 100011111 | 1000010 | 100011 |
Color Harmonies of #7C1E95
Complementary color
Monochromatic Colors of #7C1E95
Black with #7C1E95
Text Example
Text Example
White with #7C1E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1E95; }
p { color: rgb(124,30,149); }
H1.HeaderClassName
{
color: #7C1E95;
}
.AnyTagClassName
{
color: #7C1E95;
}
</style>
background-color css
<style>
a { background-color: #7C1E95; }
a { background-color: rgb(124,30,149); }
div.DivClassName
{
background-color: #7C1E95;
}
.BgClassName
{
background-color: #7C1E95;
}
</style>
border-color css
<style>
span { border-color: #7C1E95; }
span { border-color: rgb(124,30,149); }
td.TdClassName
{
border-color: #7C1E95;
}
.TagClassName
{
border-color: #7C1E95;
}
</style>