Shades of Vivid Violet #7C2198
Tints of Vivid Violet #7C2198
RGB
CMYK
RGB Variations
Color information
#7C2198 (or 0x7C2198) is known color: Vivid Violet. HEX triplet: 7C, 21 and 98. RGB value is (124,33,152). Sum of RGB (Red+Green+Blue) = 124+33+152=309 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.13% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 152 (59.77% from 255 or 49.19% from 309); Max value from RGB is 152 - color contains mainly: blue. Hex color #7C2198 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C2198 is #83DE67. Grayscale: #494949. Windows color (decimal): -8642152 or 9970044. OLE color: 9970044.
HSL color Cylindrical-coordinate representation of color #7C2198: hue angle of 285.88º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7C2198 is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 124 | 33 | 152 | - |
| CMYK | 0.18 | 0.78 | 0 | 0.40 |
| HSL | 285.88º | 0.64% | 0.36% | - |
| HSV(B) | 285.88º | 0.78% | 0.6% | - |
| XYZ | 14.52 | 7.64 | 30.41 | - |
| YUV | 73.78 | 172.15 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 33 | 152 | 0.18 | 0.78 | 0 | 0.40 | 285.88 | 0.64 | 0.36 |
| Hex | 7C | 21 | 98 | 12 | 4E | 0 | 28 | 11E | 40 | 24 |
| Octal | 174 | 41 | 230 | 22 | 116 | 0 | 50 | 436 | 100 | 44 |
| Binary | 1111100 | 100001 | 10011000 | 10010 | 1001110 | 0 | 101000 | 100011110 | 1000000 | 100100 |
Color Harmonies of #7C2198
Complementary color
Monochromatic Colors of #7C2198
Black with #7C2198
Text Example
Text Example
White with #7C2198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2198; }
p { color: rgb(124,33,152); }
H1.HeaderClassName
{
color: #7C2198;
}
.AnyTagClassName
{
color: #7C2198;
}
</style>
background-color css
<style>
a { background-color: #7C2198; }
a { background-color: rgb(124,33,152); }
div.DivClassName
{
background-color: #7C2198;
}
.BgClassName
{
background-color: #7C2198;
}
</style>
border-color css
<style>
span { border-color: #7C2198; }
span { border-color: rgb(124,33,152); }
td.TdClassName
{
border-color: #7C2198;
}
.TagClassName
{
border-color: #7C2198;
}
</style>