Shades of Vivid Violet #7D2191
Tints of Vivid Violet #7D2191
RGB
CMYK
RGB Variations
Color information
#7D2191 (or 0x7D2191) is known color: Vivid Violet. HEX triplet: 7D, 21 and 91. RGB value is (125,33,145). Sum of RGB (Red+Green+Blue) = 125+33+145=303 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.25% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 145 (57.03% from 255 or 47.85% from 303); Max value from RGB is 145 - color contains mainly: blue. Hex color #7D2191 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D2191 is #82DE6E. Grayscale: #484848. Windows color (decimal): -8576623 or 9511293. OLE color: 9511293.
HSL color Cylindrical-coordinate representation of color #7D2191: hue angle of 289.29º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7D2191 is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 125 | 33 | 145 | - |
| CMYK | 0.14 | 0.77 | 0 | 0.43 |
| HSL | 289.29º | 0.63% | 0.35% | - |
| HSV(B) | 289.29º | 0.77% | 0.57% | - |
| XYZ | 14.11 | 7.49 | 27.49 | - |
| YUV | 73.28 | 168.48 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 33 | 145 | 0.14 | 0.77 | 0 | 0.43 | 289.29 | 0.63 | 0.35 |
| Hex | 7D | 21 | 91 | E | 4D | 0 | 2B | 121 | 3F | 23 |
| Octal | 175 | 41 | 221 | 16 | 115 | 0 | 53 | 441 | 77 | 43 |
| Binary | 1111101 | 100001 | 10010001 | 1110 | 1001101 | 0 | 101011 | 100100001 | 111111 | 100011 |
Color Harmonies of #7D2191
Complementary color
Monochromatic Colors of #7D2191
Black with #7D2191
Text Example
Text Example
White with #7D2191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2191; }
p { color: rgb(125,33,145); }
H1.HeaderClassName
{
color: #7D2191;
}
.AnyTagClassName
{
color: #7D2191;
}
</style>
background-color css
<style>
a { background-color: #7D2191; }
a { background-color: rgb(125,33,145); }
div.DivClassName
{
background-color: #7D2191;
}
.BgClassName
{
background-color: #7D2191;
}
</style>
border-color css
<style>
span { border-color: #7D2191; }
span { border-color: rgb(125,33,145); }
td.TdClassName
{
border-color: #7D2191;
}
.TagClassName
{
border-color: #7D2191;
}
</style>