Shades of Vivid Violet #7D329C
Tints of Vivid Violet #7D329C
RGB
CMYK
RGB Variations
Color information
#7D329C (or 0x7D329C) is known color: Vivid Violet. HEX triplet: 7D, 32 and 9C. RGB value is (125,50,156). Sum of RGB (Red+Green+Blue) = 125+50+156=331 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.76% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 156 (61.33% from 255 or 47.13% from 331); Max value from RGB is 156 - color contains mainly: blue. Hex color #7D329C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D329C is #82CD63. Grayscale: #545454. Windows color (decimal): -8572260 or 10236541. OLE color: 10236541.
HSL color Cylindrical-coordinate representation of color #7D329C: hue angle of 282.45º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7D329C is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 125 | 50 | 156 | - |
| CMYK | 0.20 | 0.68 | 0 | 0.39 |
| HSL | 282.45º | 0.51% | 0.4% | - |
| HSV(B) | 282.45º | 0.68% | 0.61% | - |
| XYZ | 15.6 | 9.04 | 32.38 | - |
| YUV | 84.51 | 168.35 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 50 | 156 | 0.20 | 0.68 | 0 | 0.39 | 282.45 | 0.51 | 0.4 |
| Hex | 7D | 32 | 9C | 14 | 44 | 0 | 27 | 11A | 33 | 28 |
| Octal | 175 | 62 | 234 | 24 | 104 | 0 | 47 | 432 | 63 | 50 |
| Binary | 1111101 | 110010 | 10011100 | 10100 | 1000100 | 0 | 100111 | 100011010 | 110011 | 101000 |
Color Harmonies of #7D329C
Complementary color
Monochromatic Colors of #7D329C
Black with #7D329C
Text Example
Text Example
White with #7D329C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D329C; }
p { color: rgb(125,50,156); }
H1.HeaderClassName
{
color: #7D329C;
}
.AnyTagClassName
{
color: #7D329C;
}
</style>
background-color css
<style>
a { background-color: #7D329C; }
a { background-color: rgb(125,50,156); }
div.DivClassName
{
background-color: #7D329C;
}
.BgClassName
{
background-color: #7D329C;
}
</style>
border-color css
<style>
span { border-color: #7D329C; }
span { border-color: rgb(125,50,156); }
td.TdClassName
{
border-color: #7D329C;
}
.TagClassName
{
border-color: #7D329C;
}
</style>