Shades of Vivid Violet #7C2393
Tints of Vivid Violet #7C2393
RGB
CMYK
RGB Variations
Color information
#7C2393 (or 0x7C2393) is known color: Vivid Violet. HEX triplet: 7C, 23 and 93. RGB value is (124,35,147). Sum of RGB (Red+Green+Blue) = 124+35+147=306 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.52% from 306); Green value is 35 (14.06% from 255 or 11.44% from 306); Blue value is 147 (57.81% from 255 or 48.04% from 306); Max value from RGB is 147 - color contains mainly: blue. Hex color #7C2393 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C2393 is #83DC6C. Grayscale: #4A4A4A. Windows color (decimal): -8641645 or 9642876. OLE color: 9642876.
HSL color Cylindrical-coordinate representation of color #7C2393: hue angle of 287.68º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7C2393 is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 124 | 35 | 147 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.42 |
| HSL | 287.68º | 0.62% | 0.36% | - |
| HSV(B) | 287.68º | 0.76% | 0.58% | - |
| XYZ | 14.18 | 7.59 | 28.32 | - |
| YUV | 74.38 | 168.99 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 35 | 147 | 0.16 | 0.76 | 0 | 0.42 | 287.68 | 0.62 | 0.36 |
| Hex | 7C | 23 | 93 | 10 | 4C | 0 | 2A | 120 | 3E | 24 |
| Octal | 174 | 43 | 223 | 20 | 114 | 0 | 52 | 440 | 76 | 44 |
| Binary | 1111100 | 100011 | 10010011 | 10000 | 1001100 | 0 | 101010 | 100100000 | 111110 | 100100 |
Color Harmonies of #7C2393
Complementary color
Monochromatic Colors of #7C2393
Black with #7C2393
Text Example
Text Example
White with #7C2393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2393; }
p { color: rgb(124,35,147); }
H1.HeaderClassName
{
color: #7C2393;
}
.AnyTagClassName
{
color: #7C2393;
}
</style>
background-color css
<style>
a { background-color: #7C2393; }
a { background-color: rgb(124,35,147); }
div.DivClassName
{
background-color: #7C2393;
}
.BgClassName
{
background-color: #7C2393;
}
</style>
border-color css
<style>
span { border-color: #7C2393; }
span { border-color: rgb(124,35,147); }
td.TdClassName
{
border-color: #7C2393;
}
.TagClassName
{
border-color: #7C2393;
}
</style>