Shades of Vivid Violet #7D4081
Tints of Vivid Violet #7D4081
RGB
CMYK
RGB Variations
Color information
#7D4081 (or 0x7D4081) is known color: Vivid Violet. HEX triplet: 7D, 40 and 81. RGB value is (125,64,129). Sum of RGB (Red+Green+Blue) = 125+64+129=318 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.31% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 129 (50.78% from 255 or 40.57% from 318); Max value from RGB is 129 - color contains mainly: blue. Hex color #7D4081 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D4081 is #82BF7E. Grayscale: #595959. Windows color (decimal): -8568703 or 8470653. OLE color: 8470653.
HSL color Cylindrical-coordinate representation of color #7D4081: hue angle of 296.31º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D4081 is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 125 | 64 | 129 | - |
| CMYK | 0.03 | 0.50 | 0 | 0.49 |
| HSL | 296.31º | 0.34% | 0.38% | - |
| HSV(B) | 296.31º | 0.5% | 0.51% | - |
| XYZ | 14.25 | 9.61 | 21.87 | - |
| YUV | 89.65 | 150.21 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 64 | 129 | 0.03 | 0.50 | 0 | 0.49 | 296.31 | 0.34 | 0.38 |
| Hex | 7D | 40 | 81 | 3 | 32 | 0 | 31 | 128 | 22 | 26 |
| Octal | 175 | 100 | 201 | 3 | 62 | 0 | 61 | 450 | 42 | 46 |
| Binary | 1111101 | 1000000 | 10000001 | 11 | 110010 | 0 | 110001 | 100101000 | 100010 | 100110 |
Color Harmonies of #7D4081
Complementary color
Monochromatic Colors of #7D4081
Black with #7D4081
Text Example
Text Example
White with #7D4081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4081; }
p { color: rgb(125,64,129); }
H1.HeaderClassName
{
color: #7D4081;
}
.AnyTagClassName
{
color: #7D4081;
}
</style>
background-color css
<style>
a { background-color: #7D4081; }
a { background-color: rgb(125,64,129); }
div.DivClassName
{
background-color: #7D4081;
}
.BgClassName
{
background-color: #7D4081;
}
</style>
border-color css
<style>
span { border-color: #7D4081; }
span { border-color: rgb(125,64,129); }
td.TdClassName
{
border-color: #7D4081;
}
.TagClassName
{
border-color: #7D4081;
}
</style>