Shades of Vivid Violet #7C1EA7
Tints of Vivid Violet #7C1EA7
RGB
CMYK
RGB Variations
Color information
#7C1EA7 (or 0x7C1EA7) is known color: Vivid Violet. HEX triplet: 7C, 1E and A7. RGB value is (124,30,167). Sum of RGB (Red+Green+Blue) = 124+30+167=321 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.63% from 321); Green value is 30 (12.11% from 255 or 9.35% from 321); Blue value is 167 (65.62% from 255 or 52.02% from 321); Max value from RGB is 167 - color contains mainly: blue. Hex color #7C1EA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C1EA7 is #83E158. Grayscale: #494949. Windows color (decimal): -8642905 or 10952316. OLE color: 10952316.
HSL color Cylindrical-coordinate representation of color #7C1EA7: hue angle of 281.17º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7C1EA7 is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 124 | 30 | 167 | - |
| CMYK | 0.26 | 0.82 | 0 | 0.35 |
| HSL | 281.17º | 0.7% | 0.39% | - |
| HSV(B) | 281.17º | 0.82% | 0.65% | - |
| XYZ | 15.75 | 8 | 37.27 | - |
| YUV | 73.72 | 180.64 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 30 | 167 | 0.26 | 0.82 | 0 | 0.35 | 281.17 | 0.7 | 0.39 |
| Hex | 7C | 1E | A7 | 1A | 52 | 0 | 23 | 119 | 46 | 27 |
| Octal | 174 | 36 | 247 | 32 | 122 | 0 | 43 | 431 | 106 | 47 |
| Binary | 1111100 | 11110 | 10100111 | 11010 | 1010010 | 0 | 100011 | 100011001 | 1000110 | 100111 |
Color Harmonies of #7C1EA7
Complementary color
Monochromatic Colors of #7C1EA7
Black with #7C1EA7
Text Example
Text Example
White with #7C1EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1EA7; }
p { color: rgb(124,30,167); }
H1.HeaderClassName
{
color: #7C1EA7;
}
.AnyTagClassName
{
color: #7C1EA7;
}
</style>
background-color css
<style>
a { background-color: #7C1EA7; }
a { background-color: rgb(124,30,167); }
div.DivClassName
{
background-color: #7C1EA7;
}
.BgClassName
{
background-color: #7C1EA7;
}
</style>
border-color css
<style>
span { border-color: #7C1EA7; }
span { border-color: rgb(124,30,167); }
td.TdClassName
{
border-color: #7C1EA7;
}
.TagClassName
{
border-color: #7C1EA7;
}
</style>