Shades of Vivid Violet #7D3F83
Tints of Vivid Violet #7D3F83
RGB
CMYK
RGB Variations
Color information
#7D3F83 (or 0x7D3F83) is known color: Vivid Violet. HEX triplet: 7D, 3F and 83. RGB value is (125,63,131). Sum of RGB (Red+Green+Blue) = 125+63+131=319 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.18% from 319); Green value is 63 (25% from 255 or 19.75% from 319); Blue value is 131 (51.56% from 255 or 41.07% from 319); Max value from RGB is 131 - color contains mainly: blue. Hex color #7D3F83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D3F83 is #82C07C. Grayscale: #595959. Windows color (decimal): -8568957 or 8601469. OLE color: 8601469.
HSL color Cylindrical-coordinate representation of color #7D3F83: hue angle of 294.71º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7D3F83 is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 125 | 63 | 131 | - |
| CMYK | 0.05 | 0.52 | 0 | 0.49 |
| HSL | 294.71º | 0.35% | 0.38% | - |
| HSV(B) | 294.71º | 0.52% | 0.51% | - |
| XYZ | 14.33 | 9.55 | 22.56 | - |
| YUV | 89.29 | 151.54 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 63 | 131 | 0.05 | 0.52 | 0 | 0.49 | 294.71 | 0.35 | 0.38 |
| Hex | 7D | 3F | 83 | 5 | 34 | 0 | 31 | 127 | 23 | 26 |
| Octal | 175 | 77 | 203 | 5 | 64 | 0 | 61 | 447 | 43 | 46 |
| Binary | 1111101 | 111111 | 10000011 | 101 | 110100 | 0 | 110001 | 100100111 | 100011 | 100110 |
Color Harmonies of #7D3F83
Complementary color
Monochromatic Colors of #7D3F83
Black with #7D3F83
Text Example
Text Example
White with #7D3F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3F83; }
p { color: rgb(125,63,131); }
H1.HeaderClassName
{
color: #7D3F83;
}
.AnyTagClassName
{
color: #7D3F83;
}
</style>
background-color css
<style>
a { background-color: #7D3F83; }
a { background-color: rgb(125,63,131); }
div.DivClassName
{
background-color: #7D3F83;
}
.BgClassName
{
background-color: #7D3F83;
}
</style>
border-color css
<style>
span { border-color: #7D3F83; }
span { border-color: rgb(125,63,131); }
td.TdClassName
{
border-color: #7D3F83;
}
.TagClassName
{
border-color: #7D3F83;
}
</style>