Shades of Vivid Violet #7C1999
Tints of Vivid Violet #7C1999
RGB
CMYK
RGB Variations
Color information
#7C1999 (or 0x7C1999) is known color: Vivid Violet. HEX triplet: 7C, 19 and 99. RGB value is (124,25,153). Sum of RGB (Red+Green+Blue) = 124+25+153=302 (40% of max value = 765). Red value is 124 (48.83% from 255 or 41.06% from 302); Green value is 25 (10.16% from 255 or 8.28% from 302); Blue value is 153 (60.16% from 255 or 50.66% from 302); Max value from RGB is 153 - color contains mainly: blue. Hex color #7C1999 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C1999 is #83E666. Grayscale: #444444. Windows color (decimal): -8644199 or 10033532. OLE color: 10033532.
HSL color Cylindrical-coordinate representation of color #7C1999: hue angle of 286.41º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7C1999 is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 124 | 25 | 153 | - |
| CMYK | 0.19 | 0.84 | 0 | 0.4 |
| HSL | 286.41º | 0.72% | 0.35% | - |
| HSV(B) | 286.41º | 0.84% | 0.6% | - |
| XYZ | 14.41 | 7.28 | 30.78 | - |
| YUV | 69.19 | 175.3 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 25 | 153 | 0.19 | 0.84 | 0 | 0.4 | 286.41 | 0.72 | 0.35 |
| Hex | 7C | 19 | 99 | 13 | 54 | 0 | 28 | 11E | 48 | 23 |
| Octal | 174 | 31 | 231 | 23 | 124 | 0 | 50 | 436 | 110 | 43 |
| Binary | 1111100 | 11001 | 10011001 | 10011 | 1010100 | 0 | 101000 | 100011110 | 1001000 | 100011 |
Color Harmonies of #7C1999
Complementary color
Monochromatic Colors of #7C1999
Black with #7C1999
Text Example
Text Example
White with #7C1999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1999; }
p { color: rgb(124,25,153); }
H1.HeaderClassName
{
color: #7C1999;
}
.AnyTagClassName
{
color: #7C1999;
}
</style>
background-color css
<style>
a { background-color: #7C1999; }
a { background-color: rgb(124,25,153); }
div.DivClassName
{
background-color: #7C1999;
}
.BgClassName
{
background-color: #7C1999;
}
</style>
border-color css
<style>
span { border-color: #7C1999; }
span { border-color: rgb(124,25,153); }
td.TdClassName
{
border-color: #7C1999;
}
.TagClassName
{
border-color: #7C1999;
}
</style>