Shades of Vivid Violet #7C1799
Tints of Vivid Violet #7C1799
RGB
CMYK
RGB Variations
Color information
#7C1799 (or 0x7C1799) is known color: Vivid Violet. HEX triplet: 7C, 17 and 99. RGB value is (124,23,153). Sum of RGB (Red+Green+Blue) = 124+23+153=300 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.33% from 300); Green value is 23 (9.38% from 255 or 7.67% from 300); Blue value is 153 (60.16% from 255 or 51% from 300); Max value from RGB is 153 - color contains mainly: blue. Hex color #7C1799 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C1799 is #83E866. Grayscale: #434343. Windows color (decimal): -8644711 or 10033020. OLE color: 10033020.
HSL color Cylindrical-coordinate representation of color #7C1799: hue angle of 286.62º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7C1799 is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 124 | 23 | 153 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.4 |
| HSL | 286.62º | 0.74% | 0.35% | - |
| HSV(B) | 286.62º | 0.85% | 0.6% | - |
| XYZ | 14.37 | 7.2 | 30.77 | - |
| YUV | 68.02 | 175.96 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 23 | 153 | 0.19 | 0.85 | 0 | 0.4 | 286.62 | 0.74 | 0.35 |
| Hex | 7C | 17 | 99 | 13 | 55 | 0 | 28 | 11F | 4A | 23 |
| Octal | 174 | 27 | 231 | 23 | 125 | 0 | 50 | 437 | 112 | 43 |
| Binary | 1111100 | 10111 | 10011001 | 10011 | 1010101 | 0 | 101000 | 100011111 | 1001010 | 100011 |
Color Harmonies of #7C1799
Complementary color
Monochromatic Colors of #7C1799
Black with #7C1799
Text Example
Text Example
White with #7C1799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1799; }
p { color: rgb(124,23,153); }
H1.HeaderClassName
{
color: #7C1799;
}
.AnyTagClassName
{
color: #7C1799;
}
</style>
background-color css
<style>
a { background-color: #7C1799; }
a { background-color: rgb(124,23,153); }
div.DivClassName
{
background-color: #7C1799;
}
.BgClassName
{
background-color: #7C1799;
}
</style>
border-color css
<style>
span { border-color: #7C1799; }
span { border-color: rgb(124,23,153); }
td.TdClassName
{
border-color: #7C1799;
}
.TagClassName
{
border-color: #7C1799;
}
</style>