Shades of Vivid Violet #7D3882
Tints of Vivid Violet #7D3882
RGB
CMYK
RGB Variations
Color information
#7D3882 (or 0x7D3882) is known color: Vivid Violet. HEX triplet: 7D, 38 and 82. RGB value is (125,56,130). Sum of RGB (Red+Green+Blue) = 125+56+130=311 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.19% from 311); Green value is 56 (22.27% from 255 or 18.01% from 311); Blue value is 130 (51.17% from 255 or 41.80% from 311); Max value from RGB is 130 - color contains mainly: blue. Hex color #7D3882 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D3882 is #82C77D. Grayscale: #545454. Windows color (decimal): -8570750 or 8534141. OLE color: 8534141.
HSL color Cylindrical-coordinate representation of color #7D3882: hue angle of 295.95º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7D3882 is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 125 | 56 | 130 | - |
| CMYK | 0.04 | 0.57 | 0 | 0.49 |
| HSL | 295.95º | 0.4% | 0.36% | - |
| HSV(B) | 295.95º | 0.57% | 0.51% | - |
| XYZ | 13.9 | 8.8 | 22.09 | - |
| YUV | 85.07 | 153.36 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 56 | 130 | 0.04 | 0.57 | 0 | 0.49 | 295.95 | 0.4 | 0.36 |
| Hex | 7D | 38 | 82 | 4 | 39 | 0 | 31 | 128 | 28 | 24 |
| Octal | 175 | 70 | 202 | 4 | 71 | 0 | 61 | 450 | 50 | 44 |
| Binary | 1111101 | 111000 | 10000010 | 100 | 111001 | 0 | 110001 | 100101000 | 101000 | 100100 |
Color Harmonies of #7D3882
Complementary color
Monochromatic Colors of #7D3882
Black with #7D3882
Text Example
Text Example
White with #7D3882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3882; }
p { color: rgb(125,56,130); }
H1.HeaderClassName
{
color: #7D3882;
}
.AnyTagClassName
{
color: #7D3882;
}
</style>
background-color css
<style>
a { background-color: #7D3882; }
a { background-color: rgb(125,56,130); }
div.DivClassName
{
background-color: #7D3882;
}
.BgClassName
{
background-color: #7D3882;
}
</style>
border-color css
<style>
span { border-color: #7D3882; }
span { border-color: rgb(125,56,130); }
td.TdClassName
{
border-color: #7D3882;
}
.TagClassName
{
border-color: #7D3882;
}
</style>