Shades of Vivid Violet #7C1FAD
Tints of Vivid Violet #7C1FAD
RGB
CMYK
RGB Variations
Color information
#7C1FAD (or 0x7C1FAD) is known color: Vivid Violet. HEX triplet: 7C, 1F and AD. RGB value is (124,31,173). Sum of RGB (Red+Green+Blue) = 124+31+173=328 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.80% from 328); Green value is 31 (12.5% from 255 or 9.45% from 328); Blue value is 173 (67.97% from 255 or 52.74% from 328); Max value from RGB is 173 - color contains mainly: blue. Hex color #7C1FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C1FAD is #83E052. Grayscale: #4A4A4A. Windows color (decimal): -8642643 or 11345788. OLE color: 11345788.
HSL color Cylindrical-coordinate representation of color #7C1FAD: hue angle of 279.3º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7C1FAD is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 124 | 31 | 173 | - |
| CMYK | 0.28 | 0.82 | 0 | 0.32 |
| HSL | 279.3º | 0.7% | 0.4% | - |
| HSV(B) | 279.3º | 0.82% | 0.68% | - |
| XYZ | 16.34 | 8.28 | 40.27 | - |
| YUV | 75 | 183.31 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 31 | 173 | 0.28 | 0.82 | 0 | 0.32 | 279.3 | 0.7 | 0.4 |
| Hex | 7C | 1F | AD | 1C | 52 | 0 | 20 | 117 | 46 | 28 |
| Octal | 174 | 37 | 255 | 34 | 122 | 0 | 40 | 427 | 106 | 50 |
| Binary | 1111100 | 11111 | 10101101 | 11100 | 1010010 | 0 | 100000 | 100010111 | 1000110 | 101000 |
Color Harmonies of #7C1FAD
Complementary color
Monochromatic Colors of #7C1FAD
Black with #7C1FAD
Text Example
Text Example
White with #7C1FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1FAD; }
p { color: rgb(124,31,173); }
H1.HeaderClassName
{
color: #7C1FAD;
}
.AnyTagClassName
{
color: #7C1FAD;
}
</style>
background-color css
<style>
a { background-color: #7C1FAD; }
a { background-color: rgb(124,31,173); }
div.DivClassName
{
background-color: #7C1FAD;
}
.BgClassName
{
background-color: #7C1FAD;
}
</style>
border-color css
<style>
span { border-color: #7C1FAD; }
span { border-color: rgb(124,31,173); }
td.TdClassName
{
border-color: #7C1FAD;
}
.TagClassName
{
border-color: #7C1FAD;
}
</style>