Shades of Vivid Violet #7C4498
Tints of Vivid Violet #7C4498
RGB
CMYK
RGB Variations
Color information
#7C4498 (or 0x7C4498) is known color: Vivid Violet. HEX triplet: 7C, 44 and 98. RGB value is (124,68,152). Sum of RGB (Red+Green+Blue) = 124+68+152=344 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.05% from 344); Green value is 68 (26.95% from 255 or 19.77% from 344); Blue value is 152 (59.77% from 255 or 44.19% from 344); Max value from RGB is 152 - color contains mainly: blue. Hex color #7C4498 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C4498 is #83BB67. Grayscale: #5E5E5E. Windows color (decimal): -8633192 or 9979004. OLE color: 9979004.
HSL color Cylindrical-coordinate representation of color #7C4498: hue angle of 280º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7C4498 is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 124 | 68 | 152 | - |
| CMYK | 0.18 | 0.55 | 0 | 0.40 |
| HSL | 280º | 0.38% | 0.43% | - |
| HSV(B) | 280º | 0.55% | 0.6% | - |
| XYZ | 16.05 | 10.69 | 30.92 | - |
| YUV | 94.32 | 160.55 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 68 | 152 | 0.18 | 0.55 | 0 | 0.40 | 280 | 0.38 | 0.43 |
| Hex | 7C | 44 | 98 | 12 | 37 | 0 | 28 | 118 | 26 | 2B |
| Octal | 174 | 104 | 230 | 22 | 67 | 0 | 50 | 430 | 46 | 53 |
| Binary | 1111100 | 1000100 | 10011000 | 10010 | 110111 | 0 | 101000 | 100011000 | 100110 | 101011 |
Color Harmonies of #7C4498
Complementary color
Monochromatic Colors of #7C4498
Black with #7C4498
Text Example
Text Example
White with #7C4498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4498; }
p { color: rgb(124,68,152); }
H1.HeaderClassName
{
color: #7C4498;
}
.AnyTagClassName
{
color: #7C4498;
}
</style>
background-color css
<style>
a { background-color: #7C4498; }
a { background-color: rgb(124,68,152); }
div.DivClassName
{
background-color: #7C4498;
}
.BgClassName
{
background-color: #7C4498;
}
</style>
border-color css
<style>
span { border-color: #7C4498; }
span { border-color: rgb(124,68,152); }
td.TdClassName
{
border-color: #7C4498;
}
.TagClassName
{
border-color: #7C4498;
}
</style>