Shades of Vivid Violet #7D348D
Tints of Vivid Violet #7D348D
RGB
CMYK
RGB Variations
Color information
#7D348D (or 0x7D348D) is known color: Vivid Violet. HEX triplet: 7D, 34 and 8D. RGB value is (125,52,141). Sum of RGB (Red+Green+Blue) = 125+52+141=318 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.31% from 318); Green value is 52 (20.70% from 255 or 16.35% from 318); Blue value is 141 (55.47% from 255 or 44.34% from 318); Max value from RGB is 141 - color contains mainly: blue. Hex color #7D348D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D348D is #82CB72. Grayscale: #535353. Windows color (decimal): -8571763 or 9254013. OLE color: 9254013.
HSL color Cylindrical-coordinate representation of color #7D348D: hue angle of 289.21º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7D348D is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 125 | 52 | 141 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.45 |
| HSL | 289.21º | 0.46% | 0.38% | - |
| HSV(B) | 289.21º | 0.63% | 0.55% | - |
| XYZ | 14.49 | 8.74 | 26.12 | - |
| YUV | 83.97 | 160.18 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 52 | 141 | 0.11 | 0.63 | 0 | 0.45 | 289.21 | 0.46 | 0.38 |
| Hex | 7D | 34 | 8D | B | 3F | 0 | 2D | 121 | 2E | 26 |
| Octal | 175 | 64 | 215 | 13 | 77 | 0 | 55 | 441 | 56 | 46 |
| Binary | 1111101 | 110100 | 10001101 | 1011 | 111111 | 0 | 101101 | 100100001 | 101110 | 100110 |
Color Harmonies of #7D348D
Complementary color
Monochromatic Colors of #7D348D
Black with #7D348D
Text Example
Text Example
White with #7D348D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D348D; }
p { color: rgb(125,52,141); }
H1.HeaderClassName
{
color: #7D348D;
}
.AnyTagClassName
{
color: #7D348D;
}
</style>
background-color css
<style>
a { background-color: #7D348D; }
a { background-color: rgb(125,52,141); }
div.DivClassName
{
background-color: #7D348D;
}
.BgClassName
{
background-color: #7D348D;
}
</style>
border-color css
<style>
span { border-color: #7D348D; }
span { border-color: rgb(125,52,141); }
td.TdClassName
{
border-color: #7D348D;
}
.TagClassName
{
border-color: #7D348D;
}
</style>