Shades of Vivid Violet #7C1A99
Tints of Vivid Violet #7C1A99
RGB
CMYK
RGB Variations
Color information
#7C1A99 (or 0x7C1A99) is known color: Vivid Violet. HEX triplet: 7C, 1A and 99. RGB value is (124,26,153). Sum of RGB (Red+Green+Blue) = 124+26+153=303 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.92% from 303); Green value is 26 (10.55% from 255 or 8.58% from 303); Blue value is 153 (60.16% from 255 or 50.50% from 303); Max value from RGB is 153 - color contains mainly: blue. Hex color #7C1A99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C1A99 is #83E566. Grayscale: #454545. Windows color (decimal): -8643943 or 10033788. OLE color: 10033788.
HSL color Cylindrical-coordinate representation of color #7C1A99: hue angle of 286.3º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7C1A99 is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 124 | 26 | 153 | - |
| CMYK | 0.19 | 0.83 | 0 | 0.4 |
| HSL | 286.3º | 0.71% | 0.35% | - |
| HSV(B) | 286.3º | 0.83% | 0.6% | - |
| XYZ | 14.43 | 7.32 | 30.79 | - |
| YUV | 69.78 | 174.97 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 26 | 153 | 0.19 | 0.83 | 0 | 0.4 | 286.3 | 0.71 | 0.35 |
| Hex | 7C | 1A | 99 | 13 | 53 | 0 | 28 | 11E | 47 | 23 |
| Octal | 174 | 32 | 231 | 23 | 123 | 0 | 50 | 436 | 107 | 43 |
| Binary | 1111100 | 11010 | 10011001 | 10011 | 1010011 | 0 | 101000 | 100011110 | 1000111 | 100011 |
Color Harmonies of #7C1A99
Complementary color
Monochromatic Colors of #7C1A99
Black with #7C1A99
Text Example
Text Example
White with #7C1A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1A99; }
p { color: rgb(124,26,153); }
H1.HeaderClassName
{
color: #7C1A99;
}
.AnyTagClassName
{
color: #7C1A99;
}
</style>
background-color css
<style>
a { background-color: #7C1A99; }
a { background-color: rgb(124,26,153); }
div.DivClassName
{
background-color: #7C1A99;
}
.BgClassName
{
background-color: #7C1A99;
}
</style>
border-color css
<style>
span { border-color: #7C1A99; }
span { border-color: rgb(124,26,153); }
td.TdClassName
{
border-color: #7C1A99;
}
.TagClassName
{
border-color: #7C1A99;
}
</style>