Shades of Vivid Violet #7D3595
Tints of Vivid Violet #7D3595
RGB
CMYK
RGB Variations
Color information
#7D3595 (or 0x7D3595) is known color: Vivid Violet. HEX triplet: 7D, 35 and 95. RGB value is (125,53,149). Sum of RGB (Red+Green+Blue) = 125+53+149=327 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.23% from 327); Green value is 53 (21.09% from 255 or 16.21% from 327); Blue value is 149 (58.59% from 255 or 45.57% from 327); Max value from RGB is 149 - color contains mainly: blue. Hex color #7D3595 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D3595 is #82CA6A. Grayscale: #555555. Windows color (decimal): -8571499 or 9778557. OLE color: 9778557.
HSL color Cylindrical-coordinate representation of color #7D3595: hue angle of 285º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7D3595 is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 125 | 53 | 149 | - |
| CMYK | 0.16 | 0.64 | 0 | 0.42 |
| HSL | 285º | 0.48% | 0.4% | - |
| HSV(B) | 285º | 0.64% | 0.58% | - |
| XYZ | 15.16 | 9.08 | 29.39 | - |
| YUV | 85.47 | 163.85 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 53 | 149 | 0.16 | 0.64 | 0 | 0.42 | 285 | 0.48 | 0.4 |
| Hex | 7D | 35 | 95 | 10 | 40 | 0 | 2A | 11D | 30 | 28 |
| Octal | 175 | 65 | 225 | 20 | 100 | 0 | 52 | 435 | 60 | 50 |
| Binary | 1111101 | 110101 | 10010101 | 10000 | 1000000 | 0 | 101010 | 100011101 | 110000 | 101000 |
Color Harmonies of #7D3595
Complementary color
Monochromatic Colors of #7D3595
Black with #7D3595
Text Example
Text Example
White with #7D3595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3595; }
p { color: rgb(125,53,149); }
H1.HeaderClassName
{
color: #7D3595;
}
.AnyTagClassName
{
color: #7D3595;
}
</style>
background-color css
<style>
a { background-color: #7D3595; }
a { background-color: rgb(125,53,149); }
div.DivClassName
{
background-color: #7D3595;
}
.BgClassName
{
background-color: #7D3595;
}
</style>
border-color css
<style>
span { border-color: #7D3595; }
span { border-color: rgb(125,53,149); }
td.TdClassName
{
border-color: #7D3595;
}
.TagClassName
{
border-color: #7D3595;
}
</style>