Shades of Vivid Violet #7C2090
Tints of Vivid Violet #7C2090
RGB
CMYK
RGB Variations
Color information
#7C2090 (or 0x7C2090) is known color: Vivid Violet. HEX triplet: 7C, 20 and 90. RGB value is (124,32,144). Sum of RGB (Red+Green+Blue) = 124+32+144=300 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.33% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 144 (56.64% from 255 or 48% from 300); Max value from RGB is 144 - color contains mainly: blue. Hex color #7C2090 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C2090 is #83DF6F. Grayscale: #474747. Windows color (decimal): -8642416 or 9445500. OLE color: 9445500.
HSL color Cylindrical-coordinate representation of color #7C2090: hue angle of 289.29º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7C2090 is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 124 | 32 | 144 | - |
| CMYK | 0.14 | 0.78 | 0 | 0.44 |
| HSL | 289.29º | 0.64% | 0.35% | - |
| HSV(B) | 289.29º | 0.78% | 0.56% | - |
| XYZ | 13.86 | 7.33 | 27.07 | - |
| YUV | 72.28 | 168.48 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 32 | 144 | 0.14 | 0.78 | 0 | 0.44 | 289.29 | 0.64 | 0.35 |
| Hex | 7C | 20 | 90 | E | 4E | 0 | 2C | 121 | 40 | 23 |
| Octal | 174 | 40 | 220 | 16 | 116 | 0 | 54 | 441 | 100 | 43 |
| Binary | 1111100 | 100000 | 10010000 | 1110 | 1001110 | 0 | 101100 | 100100001 | 1000000 | 100011 |
Color Harmonies of #7C2090
Complementary color
Monochromatic Colors of #7C2090
Black with #7C2090
Text Example
Text Example
White with #7C2090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2090; }
p { color: rgb(124,32,144); }
H1.HeaderClassName
{
color: #7C2090;
}
.AnyTagClassName
{
color: #7C2090;
}
</style>
background-color css
<style>
a { background-color: #7C2090; }
a { background-color: rgb(124,32,144); }
div.DivClassName
{
background-color: #7C2090;
}
.BgClassName
{
background-color: #7C2090;
}
</style>
border-color css
<style>
span { border-color: #7C2090; }
span { border-color: rgb(124,32,144); }
td.TdClassName
{
border-color: #7C2090;
}
.TagClassName
{
border-color: #7C2090;
}
</style>