Shades of Vivid Violet #7D2B9E
Tints of Vivid Violet #7D2B9E
RGB
CMYK
RGB Variations
Color information
#7D2B9E (or 0x7D2B9E) is known color: Vivid Violet. HEX triplet: 7D, 2B and 9E. RGB value is (125,43,158). Sum of RGB (Red+Green+Blue) = 125+43+158=326 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.34% from 326); Green value is 43 (17.19% from 255 or 13.19% from 326); Blue value is 158 (62.11% from 255 or 48.47% from 326); Max value from RGB is 158 - color contains mainly: blue. Hex color #7D2B9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D2B9E is #82D461. Grayscale: #505050. Windows color (decimal): -8574050 or 10365821. OLE color: 10365821.
HSL color Cylindrical-coordinate representation of color #7D2B9E: hue angle of 282.78º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7D2B9E is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 125 | 43 | 158 | - |
| CMYK | 0.21 | 0.73 | 0 | 0.38 |
| HSL | 282.78º | 0.57% | 0.39% | - |
| HSV(B) | 282.78º | 0.73% | 0.62% | - |
| XYZ | 15.49 | 8.56 | 33.18 | - |
| YUV | 80.63 | 171.67 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 43 | 158 | 0.21 | 0.73 | 0 | 0.38 | 282.78 | 0.57 | 0.39 |
| Hex | 7D | 2B | 9E | 15 | 49 | 0 | 26 | 11B | 39 | 27 |
| Octal | 175 | 53 | 236 | 25 | 111 | 0 | 46 | 433 | 71 | 47 |
| Binary | 1111101 | 101011 | 10011110 | 10101 | 1001001 | 0 | 100110 | 100011011 | 111001 | 100111 |
Color Harmonies of #7D2B9E
Complementary color
Monochromatic Colors of #7D2B9E
Black with #7D2B9E
Text Example
Text Example
White with #7D2B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2B9E; }
p { color: rgb(125,43,158); }
H1.HeaderClassName
{
color: #7D2B9E;
}
.AnyTagClassName
{
color: #7D2B9E;
}
</style>
background-color css
<style>
a { background-color: #7D2B9E; }
a { background-color: rgb(125,43,158); }
div.DivClassName
{
background-color: #7D2B9E;
}
.BgClassName
{
background-color: #7D2B9E;
}
</style>
border-color css
<style>
span { border-color: #7D2B9E; }
span { border-color: rgb(125,43,158); }
td.TdClassName
{
border-color: #7D2B9E;
}
.TagClassName
{
border-color: #7D2B9E;
}
</style>