Shades of Vivid Violet #7C2399
Tints of Vivid Violet #7C2399
RGB
CMYK
RGB Variations
Color information
#7C2399 (or 0x7C2399) is known color: Vivid Violet. HEX triplet: 7C, 23 and 99. RGB value is (124,35,153). Sum of RGB (Red+Green+Blue) = 124+35+153=312 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.74% from 312); Green value is 35 (14.06% from 255 or 11.22% from 312); Blue value is 153 (60.16% from 255 or 49.04% from 312); Max value from RGB is 153 - color contains mainly: blue. Hex color #7C2399 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C2399 is #83DC66. Grayscale: #4A4A4A. Windows color (decimal): -8641639 or 10036092. OLE color: 10036092.
HSL color Cylindrical-coordinate representation of color #7C2399: hue angle of 285.25º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7C2399 is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 124 | 35 | 153 | - |
| CMYK | 0.19 | 0.77 | 0 | 0.4 |
| HSL | 285.25º | 0.63% | 0.37% | - |
| HSV(B) | 285.25º | 0.77% | 0.6% | - |
| XYZ | 14.66 | 7.79 | 30.87 | - |
| YUV | 75.06 | 171.99 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 35 | 153 | 0.19 | 0.77 | 0 | 0.4 | 285.25 | 0.63 | 0.37 |
| Hex | 7C | 23 | 99 | 13 | 4D | 0 | 28 | 11D | 3F | 25 |
| Octal | 174 | 43 | 231 | 23 | 115 | 0 | 50 | 435 | 77 | 45 |
| Binary | 1111100 | 100011 | 10011001 | 10011 | 1001101 | 0 | 101000 | 100011101 | 111111 | 100101 |
Color Harmonies of #7C2399
Complementary color
Monochromatic Colors of #7C2399
Black with #7C2399
Text Example
Text Example
White with #7C2399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2399; }
p { color: rgb(124,35,153); }
H1.HeaderClassName
{
color: #7C2399;
}
.AnyTagClassName
{
color: #7C2399;
}
</style>
background-color css
<style>
a { background-color: #7C2399; }
a { background-color: rgb(124,35,153); }
div.DivClassName
{
background-color: #7C2399;
}
.BgClassName
{
background-color: #7C2399;
}
</style>
border-color css
<style>
span { border-color: #7C2399; }
span { border-color: rgb(124,35,153); }
td.TdClassName
{
border-color: #7C2399;
}
.TagClassName
{
border-color: #7C2399;
}
</style>