Shades of Vivid Violet #7D378D
Tints of Vivid Violet #7D378D
RGB
CMYK
RGB Variations
Color information
#7D378D (or 0x7D378D) is known color: Vivid Violet. HEX triplet: 7D, 37 and 8D. RGB value is (125,55,141). Sum of RGB (Red+Green+Blue) = 125+55+141=321 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.94% from 321); Green value is 55 (21.88% from 255 or 17.13% from 321); Blue value is 141 (55.47% from 255 or 43.93% from 321); Max value from RGB is 141 - color contains mainly: blue. Hex color #7D378D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D378D is #82C872. Grayscale: #555555. Windows color (decimal): -8570995 or 9254781. OLE color: 9254781.
HSL color Cylindrical-coordinate representation of color #7D378D: hue angle of 288.84º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7D378D is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 125 | 55 | 141 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.45 |
| HSL | 288.84º | 0.44% | 0.38% | - |
| HSV(B) | 288.84º | 0.61% | 0.55% | - |
| XYZ | 14.63 | 9.02 | 26.17 | - |
| YUV | 85.73 | 159.19 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 55 | 141 | 0.11 | 0.61 | 0 | 0.45 | 288.84 | 0.44 | 0.38 |
| Hex | 7D | 37 | 8D | B | 3D | 0 | 2D | 121 | 2C | 26 |
| Octal | 175 | 67 | 215 | 13 | 75 | 0 | 55 | 441 | 54 | 46 |
| Binary | 1111101 | 110111 | 10001101 | 1011 | 111101 | 0 | 101101 | 100100001 | 101100 | 100110 |
Color Harmonies of #7D378D
Complementary color
Monochromatic Colors of #7D378D
Black with #7D378D
Text Example
Text Example
White with #7D378D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D378D; }
p { color: rgb(125,55,141); }
H1.HeaderClassName
{
color: #7D378D;
}
.AnyTagClassName
{
color: #7D378D;
}
</style>
background-color css
<style>
a { background-color: #7D378D; }
a { background-color: rgb(125,55,141); }
div.DivClassName
{
background-color: #7D378D;
}
.BgClassName
{
background-color: #7D378D;
}
</style>
border-color css
<style>
span { border-color: #7D378D; }
span { border-color: rgb(125,55,141); }
td.TdClassName
{
border-color: #7D378D;
}
.TagClassName
{
border-color: #7D378D;
}
</style>