Shades of Vivid Violet #7C2792
Tints of Vivid Violet #7C2792
RGB
CMYK
RGB Variations
Color information
#7C2792 (or 0x7C2792) is known color: Vivid Violet. HEX triplet: 7C, 27 and 92. RGB value is (124,39,146). Sum of RGB (Red+Green+Blue) = 124+39+146=309 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.13% from 309); Green value is 39 (15.62% from 255 or 12.62% from 309); Blue value is 146 (57.42% from 255 or 47.25% from 309); Max value from RGB is 146 - color contains mainly: blue. Hex color #7C2792 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C2792 is #83D86D. Grayscale: #4C4C4C. Windows color (decimal): -8640622 or 9578364. OLE color: 9578364.
HSL color Cylindrical-coordinate representation of color #7C2792: hue angle of 287.66º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7C2792 is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 124 | 39 | 146 | - |
| CMYK | 0.15 | 0.73 | 0 | 0.43 |
| HSL | 287.66º | 0.58% | 0.36% | - |
| HSV(B) | 287.66º | 0.73% | 0.57% | - |
| XYZ | 14.23 | 7.81 | 27.95 | - |
| YUV | 76.61 | 167.16 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 39 | 146 | 0.15 | 0.73 | 0 | 0.43 | 287.66 | 0.58 | 0.36 |
| Hex | 7C | 27 | 92 | F | 49 | 0 | 2B | 120 | 3A | 24 |
| Octal | 174 | 47 | 222 | 17 | 111 | 0 | 53 | 440 | 72 | 44 |
| Binary | 1111100 | 100111 | 10010010 | 1111 | 1001001 | 0 | 101011 | 100100000 | 111010 | 100100 |
Color Harmonies of #7C2792
Complementary color
Monochromatic Colors of #7C2792
Black with #7C2792
Text Example
Text Example
White with #7C2792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2792; }
p { color: rgb(124,39,146); }
H1.HeaderClassName
{
color: #7C2792;
}
.AnyTagClassName
{
color: #7C2792;
}
</style>
background-color css
<style>
a { background-color: #7C2792; }
a { background-color: rgb(124,39,146); }
div.DivClassName
{
background-color: #7C2792;
}
.BgClassName
{
background-color: #7C2792;
}
</style>
border-color css
<style>
span { border-color: #7C2792; }
span { border-color: rgb(124,39,146); }
td.TdClassName
{
border-color: #7C2792;
}
.TagClassName
{
border-color: #7C2792;
}
</style>