Shades of Vivid Violet #7D3795
Tints of Vivid Violet #7D3795
RGB
CMYK
RGB Variations
Color information
#7D3795 (or 0x7D3795) is known color: Vivid Violet. HEX triplet: 7D, 37 and 95. RGB value is (125,55,149). Sum of RGB (Red+Green+Blue) = 125+55+149=329 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.99% from 329); Green value is 55 (21.88% from 255 or 16.72% from 329); Blue value is 149 (58.59% from 255 or 45.29% from 329); Max value from RGB is 149 - color contains mainly: blue. Hex color #7D3795 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D3795 is #82C86A. Grayscale: #565656. Windows color (decimal): -8570987 or 9779069. OLE color: 9779069.
HSL color Cylindrical-coordinate representation of color #7D3795: hue angle of 284.68º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7D3795 is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 125 | 55 | 149 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.42 |
| HSL | 284.68º | 0.46% | 0.4% | - |
| HSV(B) | 284.68º | 0.63% | 0.58% | - |
| XYZ | 15.25 | 9.26 | 29.42 | - |
| YUV | 86.65 | 163.19 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 55 | 149 | 0.16 | 0.63 | 0 | 0.42 | 284.68 | 0.46 | 0.4 |
| Hex | 7D | 37 | 95 | 10 | 3F | 0 | 2A | 11D | 2E | 28 |
| Octal | 175 | 67 | 225 | 20 | 77 | 0 | 52 | 435 | 56 | 50 |
| Binary | 1111101 | 110111 | 10010101 | 10000 | 111111 | 0 | 101010 | 100011101 | 101110 | 101000 |
Color Harmonies of #7D3795
Complementary color
Monochromatic Colors of #7D3795
Black with #7D3795
Text Example
Text Example
White with #7D3795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3795; }
p { color: rgb(125,55,149); }
H1.HeaderClassName
{
color: #7D3795;
}
.AnyTagClassName
{
color: #7D3795;
}
</style>
background-color css
<style>
a { background-color: #7D3795; }
a { background-color: rgb(125,55,149); }
div.DivClassName
{
background-color: #7D3795;
}
.BgClassName
{
background-color: #7D3795;
}
</style>
border-color css
<style>
span { border-color: #7D3795; }
span { border-color: rgb(125,55,149); }
td.TdClassName
{
border-color: #7D3795;
}
.TagClassName
{
border-color: #7D3795;
}
</style>