Shades of Vivid Violet #7C2292
Tints of Vivid Violet #7C2292
RGB
CMYK
RGB Variations
Color information
#7C2292 (or 0x7C2292) is known color: Vivid Violet. HEX triplet: 7C, 22 and 92. RGB value is (124,34,146). Sum of RGB (Red+Green+Blue) = 124+34+146=304 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.79% from 304); Green value is 34 (13.67% from 255 or 11.18% from 304); Blue value is 146 (57.42% from 255 or 48.03% from 304); Max value from RGB is 146 - color contains mainly: blue. Hex color #7C2292 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C2292 is #83DD6D. Grayscale: #494949. Windows color (decimal): -8641902 or 9577084. OLE color: 9577084.
HSL color Cylindrical-coordinate representation of color #7C2292: hue angle of 288.21º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7C2292 is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 124 | 34 | 146 | - |
| CMYK | 0.15 | 0.77 | 0 | 0.43 |
| HSL | 288.21º | 0.62% | 0.35% | - |
| HSV(B) | 288.21º | 0.77% | 0.57% | - |
| XYZ | 14.07 | 7.5 | 27.9 | - |
| YUV | 73.68 | 168.82 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 34 | 146 | 0.15 | 0.77 | 0 | 0.43 | 288.21 | 0.62 | 0.35 |
| Hex | 7C | 22 | 92 | F | 4D | 0 | 2B | 120 | 3E | 23 |
| Octal | 174 | 42 | 222 | 17 | 115 | 0 | 53 | 440 | 76 | 43 |
| Binary | 1111100 | 100010 | 10010010 | 1111 | 1001101 | 0 | 101011 | 100100000 | 111110 | 100011 |
Color Harmonies of #7C2292
Complementary color
Monochromatic Colors of #7C2292
Black with #7C2292
Text Example
Text Example
White with #7C2292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2292; }
p { color: rgb(124,34,146); }
H1.HeaderClassName
{
color: #7C2292;
}
.AnyTagClassName
{
color: #7C2292;
}
</style>
background-color css
<style>
a { background-color: #7C2292; }
a { background-color: rgb(124,34,146); }
div.DivClassName
{
background-color: #7C2292;
}
.BgClassName
{
background-color: #7C2292;
}
</style>
border-color css
<style>
span { border-color: #7C2292; }
span { border-color: rgb(124,34,146); }
td.TdClassName
{
border-color: #7C2292;
}
.TagClassName
{
border-color: #7C2292;
}
</style>