Shades of Vivid Violet #7D1EA7
Tints of Vivid Violet #7D1EA7
RGB
CMYK
RGB Variations
Color information
#7D1EA7 (or 0x7D1EA7) is known color: Vivid Violet. HEX triplet: 7D, 1E and A7. RGB value is (125,30,167). Sum of RGB (Red+Green+Blue) = 125+30+167=322 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.82% from 322); Green value is 30 (12.11% from 255 or 9.32% from 322); Blue value is 167 (65.62% from 255 or 51.86% from 322); Max value from RGB is 167 - color contains mainly: blue. Hex color #7D1EA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D1EA7 is #82E158. Grayscale: #494949. Windows color (decimal): -8577369 or 10952317. OLE color: 10952317.
HSL color Cylindrical-coordinate representation of color #7D1EA7: hue angle of 281.61º 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 #7D1EA7 is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 125 | 30 | 167 | - |
| CMYK | 0.25 | 0.82 | 0 | 0.35 |
| HSL | 281.61º | 0.7% | 0.39% | - |
| HSV(B) | 281.61º | 0.82% | 0.65% | - |
| XYZ | 15.9 | 8.08 | 37.28 | - |
| YUV | 74.02 | 180.47 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 30 | 167 | 0.25 | 0.82 | 0 | 0.35 | 281.61 | 0.7 | 0.39 |
| Hex | 7D | 1E | A7 | 19 | 52 | 0 | 23 | 11A | 46 | 27 |
| Octal | 175 | 36 | 247 | 31 | 122 | 0 | 43 | 432 | 106 | 47 |
| Binary | 1111101 | 11110 | 10100111 | 11001 | 1010010 | 0 | 100011 | 100011010 | 1000110 | 100111 |
Color Harmonies of #7D1EA7
Complementary color
Monochromatic Colors of #7D1EA7
Black with #7D1EA7
Text Example
Text Example
White with #7D1EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1EA7; }
p { color: rgb(125,30,167); }
H1.HeaderClassName
{
color: #7D1EA7;
}
.AnyTagClassName
{
color: #7D1EA7;
}
</style>
background-color css
<style>
a { background-color: #7D1EA7; }
a { background-color: rgb(125,30,167); }
div.DivClassName
{
background-color: #7D1EA7;
}
.BgClassName
{
background-color: #7D1EA7;
}
</style>
border-color css
<style>
span { border-color: #7D1EA7; }
span { border-color: rgb(125,30,167); }
td.TdClassName
{
border-color: #7D1EA7;
}
.TagClassName
{
border-color: #7D1EA7;
}
</style>