Shades of Vivid Violet #7D1FAC
Tints of Vivid Violet #7D1FAC
RGB
CMYK
RGB Variations
Color information
#7D1FAC (or 0x7D1FAC) is known color: Vivid Violet. HEX triplet: 7D, 1F and AC. RGB value is (125,31,172). Sum of RGB (Red+Green+Blue) = 125+31+172=328 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.11% from 328); Green value is 31 (12.5% from 255 or 9.45% from 328); Blue value is 172 (67.58% from 255 or 52.44% from 328); Max value from RGB is 172 - color contains mainly: blue. Hex color #7D1FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D1FAC is #82E053. Grayscale: #4A4A4A. Windows color (decimal): -8577108 or 11280253. OLE color: 11280253.
HSL color Cylindrical-coordinate representation of color #7D1FAC: hue angle of 280º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7D1FAC is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 31 | 172 | - |
| CMYK | 0.27 | 0.82 | 0 | 0.33 |
| HSL | 280º | 0.69% | 0.4% | - |
| HSV(B) | 280º | 0.82% | 0.67% | - |
| XYZ | 16.39 | 8.32 | 39.77 | - |
| YUV | 75.18 | 182.64 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 31 | 172 | 0.27 | 0.82 | 0 | 0.33 | 280 | 0.69 | 0.4 |
| Hex | 7D | 1F | AC | 1B | 52 | 0 | 21 | 118 | 45 | 28 |
| Octal | 175 | 37 | 254 | 33 | 122 | 0 | 41 | 430 | 105 | 50 |
| Binary | 1111101 | 11111 | 10101100 | 11011 | 1010010 | 0 | 100001 | 100011000 | 1000101 | 101000 |
Color Harmonies of #7D1FAC
Complementary color
Monochromatic Colors of #7D1FAC
Black with #7D1FAC
Text Example
Text Example
White with #7D1FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1FAC; }
p { color: rgb(125,31,172); }
H1.HeaderClassName
{
color: #7D1FAC;
}
.AnyTagClassName
{
color: #7D1FAC;
}
</style>
background-color css
<style>
a { background-color: #7D1FAC; }
a { background-color: rgb(125,31,172); }
div.DivClassName
{
background-color: #7D1FAC;
}
.BgClassName
{
background-color: #7D1FAC;
}
</style>
border-color css
<style>
span { border-color: #7D1FAC; }
span { border-color: rgb(125,31,172); }
td.TdClassName
{
border-color: #7D1FAC;
}
.TagClassName
{
border-color: #7D1FAC;
}
</style>