Shades of Vivid Violet #7C1A91
Tints of Vivid Violet #7C1A91
RGB
CMYK
RGB Variations
Color information
#7C1A91 (or 0x7C1A91) is known color: Vivid Violet. HEX triplet: 7C, 1A and 91. RGB value is (124,26,145). Sum of RGB (Red+Green+Blue) = 124+26+145=295 (39% of max value = 765). Red value is 124 (48.83% from 255 or 42.03% from 295); Green value is 26 (10.55% from 255 or 8.81% from 295); Blue value is 145 (57.03% from 255 or 49.15% from 295); Max value from RGB is 145 - color contains mainly: blue. Hex color #7C1A91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C1A91 is #83E56E. Grayscale: #444444. Windows color (decimal): -8643951 or 9509500. OLE color: 9509500.
HSL color Cylindrical-coordinate representation of color #7C1A91: hue angle of 289.41º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7C1A91 is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 124 | 26 | 145 | - |
| CMYK | 0.14 | 0.82 | 0 | 0.43 |
| HSL | 289.41º | 0.7% | 0.34% | - |
| HSV(B) | 289.41º | 0.82% | 0.57% | - |
| XYZ | 13.79 | 7.07 | 27.43 | - |
| YUV | 68.87 | 170.97 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 26 | 145 | 0.14 | 0.82 | 0 | 0.43 | 289.41 | 0.7 | 0.34 |
| Hex | 7C | 1A | 91 | E | 52 | 0 | 2B | 121 | 46 | 22 |
| Octal | 174 | 32 | 221 | 16 | 122 | 0 | 53 | 441 | 106 | 42 |
| Binary | 1111100 | 11010 | 10010001 | 1110 | 1010010 | 0 | 101011 | 100100001 | 1000110 | 100010 |
Color Harmonies of #7C1A91
Complementary color
Monochromatic Colors of #7C1A91
Black with #7C1A91
Text Example
Text Example
White with #7C1A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1A91; }
p { color: rgb(124,26,145); }
H1.HeaderClassName
{
color: #7C1A91;
}
.AnyTagClassName
{
color: #7C1A91;
}
</style>
background-color css
<style>
a { background-color: #7C1A91; }
a { background-color: rgb(124,26,145); }
div.DivClassName
{
background-color: #7C1A91;
}
.BgClassName
{
background-color: #7C1A91;
}
</style>
border-color css
<style>
span { border-color: #7C1A91; }
span { border-color: rgb(124,26,145); }
td.TdClassName
{
border-color: #7C1A91;
}
.TagClassName
{
border-color: #7C1A91;
}
</style>