Shades of Vivid Violet #7D3082
Tints of Vivid Violet #7D3082
RGB
CMYK
RGB Variations
Color information
#7D3082 (or 0x7D3082) is known color: Vivid Violet. HEX triplet: 7D, 30 and 82. RGB value is (125,48,130). Sum of RGB (Red+Green+Blue) = 125+48+130=303 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.25% from 303); Green value is 48 (19.14% from 255 or 15.84% from 303); Blue value is 130 (51.17% from 255 or 42.90% from 303); Max value from RGB is 130 - color contains mainly: blue. Hex color #7D3082 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D3082 is #82CF7D. Grayscale: #505050. Windows color (decimal): -8572798 or 8532093. OLE color: 8532093.
HSL color Cylindrical-coordinate representation of color #7D3082: hue angle of 296.34º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7D3082 is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 125 | 48 | 130 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.49 |
| HSL | 296.34º | 0.46% | 0.35% | - |
| HSV(B) | 296.34º | 0.63% | 0.51% | - |
| XYZ | 13.54 | 8.09 | 21.97 | - |
| YUV | 80.37 | 156.01 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 48 | 130 | 0.04 | 0.63 | 0 | 0.49 | 296.34 | 0.46 | 0.35 |
| Hex | 7D | 30 | 82 | 4 | 3F | 0 | 31 | 128 | 2E | 23 |
| Octal | 175 | 60 | 202 | 4 | 77 | 0 | 61 | 450 | 56 | 43 |
| Binary | 1111101 | 110000 | 10000010 | 100 | 111111 | 0 | 110001 | 100101000 | 101110 | 100011 |
Color Harmonies of #7D3082
Complementary color
Monochromatic Colors of #7D3082
Black with #7D3082
Text Example
Text Example
White with #7D3082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3082; }
p { color: rgb(125,48,130); }
H1.HeaderClassName
{
color: #7D3082;
}
.AnyTagClassName
{
color: #7D3082;
}
</style>
background-color css
<style>
a { background-color: #7D3082; }
a { background-color: rgb(125,48,130); }
div.DivClassName
{
background-color: #7D3082;
}
.BgClassName
{
background-color: #7D3082;
}
</style>
border-color css
<style>
span { border-color: #7D3082; }
span { border-color: rgb(125,48,130); }
td.TdClassName
{
border-color: #7D3082;
}
.TagClassName
{
border-color: #7D3082;
}
</style>