Shades of Vivid Violet #7C4090
Tints of Vivid Violet #7C4090
RGB
CMYK
RGB Variations
Color information
#7C4090 (or 0x7C4090) is known color: Vivid Violet. HEX triplet: 7C, 40 and 90. RGB value is (124,64,144). Sum of RGB (Red+Green+Blue) = 124+64+144=332 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.35% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 144 (56.64% from 255 or 43.37% from 332); Max value from RGB is 144 - color contains mainly: blue. Hex color #7C4090 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C4090 is #83BF6F. Grayscale: #5A5A5A. Windows color (decimal): -8634224 or 9453692. OLE color: 9453692.
HSL color Cylindrical-coordinate representation of color #7C4090: hue angle of 285º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7C4090 is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 124 | 64 | 144 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.44 |
| HSL | 285º | 0.38% | 0.41% | - |
| HSV(B) | 285º | 0.56% | 0.56% | - |
| XYZ | 15.18 | 9.97 | 27.51 | - |
| YUV | 91.06 | 157.88 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 64 | 144 | 0.14 | 0.56 | 0 | 0.44 | 285 | 0.38 | 0.41 |
| Hex | 7C | 40 | 90 | E | 38 | 0 | 2C | 11D | 26 | 29 |
| Octal | 174 | 100 | 220 | 16 | 70 | 0 | 54 | 435 | 46 | 51 |
| Binary | 1111100 | 1000000 | 10010000 | 1110 | 111000 | 0 | 101100 | 100011101 | 100110 | 101001 |
Color Harmonies of #7C4090
Complementary color
Monochromatic Colors of #7C4090
Black with #7C4090
Text Example
Text Example
White with #7C4090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4090; }
p { color: rgb(124,64,144); }
H1.HeaderClassName
{
color: #7C4090;
}
.AnyTagClassName
{
color: #7C4090;
}
</style>
background-color css
<style>
a { background-color: #7C4090; }
a { background-color: rgb(124,64,144); }
div.DivClassName
{
background-color: #7C4090;
}
.BgClassName
{
background-color: #7C4090;
}
</style>
border-color css
<style>
span { border-color: #7C4090; }
span { border-color: rgb(124,64,144); }
td.TdClassName
{
border-color: #7C4090;
}
.TagClassName
{
border-color: #7C4090;
}
</style>