Shades of Vivid Violet #7D3896
Tints of Vivid Violet #7D3896
RGB
CMYK
RGB Variations
Color information
#7D3896 (or 0x7D3896) is known color: Vivid Violet. HEX triplet: 7D, 38 and 96. RGB value is (125,56,150). Sum of RGB (Red+Green+Blue) = 125+56+150=331 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.76% from 331); Green value is 56 (22.27% from 255 or 16.92% from 331); Blue value is 150 (58.98% from 255 or 45.32% from 331); Max value from RGB is 150 - color contains mainly: blue. Hex color #7D3896 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D3896 is #82C769. Grayscale: #575757. Windows color (decimal): -8570730 or 9844861. OLE color: 9844861.
HSL color Cylindrical-coordinate representation of color #7D3896: hue angle of 284.04º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7D3896 is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 125 | 56 | 150 | - |
| CMYK | 0.17 | 0.63 | 0 | 0.41 |
| HSL | 284.04º | 0.46% | 0.4% | - |
| HSV(B) | 284.04º | 0.63% | 0.59% | - |
| XYZ | 15.38 | 9.39 | 29.86 | - |
| YUV | 87.35 | 163.36 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 56 | 150 | 0.17 | 0.63 | 0 | 0.41 | 284.04 | 0.46 | 0.4 |
| Hex | 7D | 38 | 96 | 11 | 3F | 0 | 29 | 11C | 2E | 28 |
| Octal | 175 | 70 | 226 | 21 | 77 | 0 | 51 | 434 | 56 | 50 |
| Binary | 1111101 | 111000 | 10010110 | 10001 | 111111 | 0 | 101001 | 100011100 | 101110 | 101000 |
Color Harmonies of #7D3896
Complementary color
Monochromatic Colors of #7D3896
Black with #7D3896
Text Example
Text Example
White with #7D3896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3896; }
p { color: rgb(125,56,150); }
H1.HeaderClassName
{
color: #7D3896;
}
.AnyTagClassName
{
color: #7D3896;
}
</style>
background-color css
<style>
a { background-color: #7D3896; }
a { background-color: rgb(125,56,150); }
div.DivClassName
{
background-color: #7D3896;
}
.BgClassName
{
background-color: #7D3896;
}
</style>
border-color css
<style>
span { border-color: #7D3896; }
span { border-color: rgb(125,56,150); }
td.TdClassName
{
border-color: #7D3896;
}
.TagClassName
{
border-color: #7D3896;
}
</style>