Shades of Vivid Violet #7D3396
Tints of Vivid Violet #7D3396
RGB
CMYK
RGB Variations
Color information
#7D3396 (or 0x7D3396) is known color: Vivid Violet. HEX triplet: 7D, 33 and 96. RGB value is (125,51,150). Sum of RGB (Red+Green+Blue) = 125+51+150=326 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.34% from 326); Green value is 51 (20.31% from 255 or 15.64% from 326); Blue value is 150 (58.98% from 255 or 46.01% from 326); Max value from RGB is 150 - color contains mainly: blue. Hex color #7D3396 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D3396 is #82CC69. Grayscale: #545454. Windows color (decimal): -8572010 or 9843581. OLE color: 9843581.
HSL color Cylindrical-coordinate representation of color #7D3396: hue angle of 284.85º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7D3396 is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 125 | 51 | 150 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.41 |
| HSL | 284.85º | 0.49% | 0.39% | - |
| HSV(B) | 284.85º | 0.66% | 0.59% | - |
| XYZ | 15.15 | 8.93 | 29.78 | - |
| YUV | 84.41 | 165.02 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 51 | 150 | 0.17 | 0.66 | 0 | 0.41 | 284.85 | 0.49 | 0.39 |
| Hex | 7D | 33 | 96 | 11 | 42 | 0 | 29 | 11D | 31 | 27 |
| Octal | 175 | 63 | 226 | 21 | 102 | 0 | 51 | 435 | 61 | 47 |
| Binary | 1111101 | 110011 | 10010110 | 10001 | 1000010 | 0 | 101001 | 100011101 | 110001 | 100111 |
Color Harmonies of #7D3396
Complementary color
Monochromatic Colors of #7D3396
Black with #7D3396
Text Example
Text Example
White with #7D3396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3396; }
p { color: rgb(125,51,150); }
H1.HeaderClassName
{
color: #7D3396;
}
.AnyTagClassName
{
color: #7D3396;
}
</style>
background-color css
<style>
a { background-color: #7D3396; }
a { background-color: rgb(125,51,150); }
div.DivClassName
{
background-color: #7D3396;
}
.BgClassName
{
background-color: #7D3396;
}
</style>
border-color css
<style>
span { border-color: #7D3396; }
span { border-color: rgb(125,51,150); }
td.TdClassName
{
border-color: #7D3396;
}
.TagClassName
{
border-color: #7D3396;
}
</style>