Shades of Vivid Violet #7C2492
Tints of Vivid Violet #7C2492
RGB
CMYK
RGB Variations
Color information
#7C2492 (or 0x7C2492) is known color: Vivid Violet. HEX triplet: 7C, 24 and 92. RGB value is (124,36,146). Sum of RGB (Red+Green+Blue) = 124+36+146=306 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.52% from 306); Green value is 36 (14.45% from 255 or 11.76% from 306); Blue value is 146 (57.42% from 255 or 47.71% from 306); Max value from RGB is 146 - color contains mainly: blue. Hex color #7C2492 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C2492 is #83DB6D. Grayscale: #4A4A4A. Windows color (decimal): -8641390 or 9577596. OLE color: 9577596.
HSL color Cylindrical-coordinate representation of color #7C2492: hue angle of 288º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7C2492 is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 124 | 36 | 146 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.43 |
| HSL | 288º | 0.6% | 0.36% | - |
| HSV(B) | 288º | 0.75% | 0.57% | - |
| XYZ | 14.13 | 7.62 | 27.92 | - |
| YUV | 74.85 | 168.15 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 36 | 146 | 0.15 | 0.75 | 0 | 0.43 | 288 | 0.6 | 0.36 |
| Hex | 7C | 24 | 92 | F | 4B | 0 | 2B | 120 | 3C | 24 |
| Octal | 174 | 44 | 222 | 17 | 113 | 0 | 53 | 440 | 74 | 44 |
| Binary | 1111100 | 100100 | 10010010 | 1111 | 1001011 | 0 | 101011 | 100100000 | 111100 | 100100 |
Color Harmonies of #7C2492
Complementary color
Monochromatic Colors of #7C2492
Black with #7C2492
Text Example
Text Example
White with #7C2492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2492; }
p { color: rgb(124,36,146); }
H1.HeaderClassName
{
color: #7C2492;
}
.AnyTagClassName
{
color: #7C2492;
}
</style>
background-color css
<style>
a { background-color: #7C2492; }
a { background-color: rgb(124,36,146); }
div.DivClassName
{
background-color: #7C2492;
}
.BgClassName
{
background-color: #7C2492;
}
</style>
border-color css
<style>
span { border-color: #7C2492; }
span { border-color: rgb(124,36,146); }
td.TdClassName
{
border-color: #7C2492;
}
.TagClassName
{
border-color: #7C2492;
}
</style>