Shades of Vivid Violet #7D378B
Tints of Vivid Violet #7D378B
RGB
CMYK
RGB Variations
Color information
#7D378B (or 0x7D378B) is known color: Vivid Violet. HEX triplet: 7D, 37 and 8B. RGB value is (125,55,139). Sum of RGB (Red+Green+Blue) = 125+55+139=319 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.18% from 319); Green value is 55 (21.88% from 255 or 17.24% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 139 - color contains mainly: blue. Hex color #7D378B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D378B is #82C874. Grayscale: #555555. Windows color (decimal): -8570997 or 9123709. OLE color: 9123709.
HSL color Cylindrical-coordinate representation of color #7D378B: hue angle of 290º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7D378B is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 125 | 55 | 139 | - |
| CMYK | 0.10 | 0.60 | 0 | 0.45 |
| HSL | 290º | 0.43% | 0.38% | - |
| HSV(B) | 290º | 0.6% | 0.55% | - |
| XYZ | 14.48 | 8.96 | 25.39 | - |
| YUV | 85.51 | 158.19 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 55 | 139 | 0.10 | 0.60 | 0 | 0.45 | 290 | 0.43 | 0.38 |
| Hex | 7D | 37 | 8B | A | 3C | 0 | 2D | 122 | 2B | 26 |
| Octal | 175 | 67 | 213 | 12 | 74 | 0 | 55 | 442 | 53 | 46 |
| Binary | 1111101 | 110111 | 10001011 | 1010 | 111100 | 0 | 101101 | 100100010 | 101011 | 100110 |
Color Harmonies of #7D378B
Complementary color
Monochromatic Colors of #7D378B
Black with #7D378B
Text Example
Text Example
White with #7D378B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D378B; }
p { color: rgb(125,55,139); }
H1.HeaderClassName
{
color: #7D378B;
}
.AnyTagClassName
{
color: #7D378B;
}
</style>
background-color css
<style>
a { background-color: #7D378B; }
a { background-color: rgb(125,55,139); }
div.DivClassName
{
background-color: #7D378B;
}
.BgClassName
{
background-color: #7D378B;
}
</style>
border-color css
<style>
span { border-color: #7D378B; }
span { border-color: rgb(125,55,139); }
td.TdClassName
{
border-color: #7D378B;
}
.TagClassName
{
border-color: #7D378B;
}
</style>