Shades of Vivid Violet #7D2090
Tints of Vivid Violet #7D2090
RGB
CMYK
RGB Variations
Color information
#7D2090 (or 0x7D2090) is known color: Vivid Violet. HEX triplet: 7D, 20 and 90. RGB value is (125,32,144). Sum of RGB (Red+Green+Blue) = 125+32+144=301 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.53% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 144 (56.64% from 255 or 47.84% from 301); Max value from RGB is 144 - color contains mainly: blue. Hex color #7D2090 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D2090 is #82DF6F. Grayscale: #484848. Windows color (decimal): -8576880 or 9445501. OLE color: 9445501.
HSL color Cylindrical-coordinate representation of color #7D2090: hue angle of 289.82º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7D2090 is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 125 | 32 | 144 | - |
| CMYK | 0.13 | 0.78 | 0 | 0.44 |
| HSL | 289.82º | 0.64% | 0.35% | - |
| HSV(B) | 289.82º | 0.78% | 0.56% | - |
| XYZ | 14.01 | 7.41 | 27.08 | - |
| YUV | 72.58 | 168.31 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 32 | 144 | 0.13 | 0.78 | 0 | 0.44 | 289.82 | 0.64 | 0.35 |
| Hex | 7D | 20 | 90 | D | 4E | 0 | 2C | 122 | 40 | 23 |
| Octal | 175 | 40 | 220 | 15 | 116 | 0 | 54 | 442 | 100 | 43 |
| Binary | 1111101 | 100000 | 10010000 | 1101 | 1001110 | 0 | 101100 | 100100010 | 1000000 | 100011 |
Color Harmonies of #7D2090
Complementary color
Monochromatic Colors of #7D2090
Black with #7D2090
Text Example
Text Example
White with #7D2090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2090; }
p { color: rgb(125,32,144); }
H1.HeaderClassName
{
color: #7D2090;
}
.AnyTagClassName
{
color: #7D2090;
}
</style>
background-color css
<style>
a { background-color: #7D2090; }
a { background-color: rgb(125,32,144); }
div.DivClassName
{
background-color: #7D2090;
}
.BgClassName
{
background-color: #7D2090;
}
</style>
border-color css
<style>
span { border-color: #7D2090; }
span { border-color: rgb(125,32,144); }
td.TdClassName
{
border-color: #7D2090;
}
.TagClassName
{
border-color: #7D2090;
}
</style>