Shades of Vivid Violet #7D368C
Tints of Vivid Violet #7D368C
RGB
CMYK
RGB Variations
Color information
#7D368C (or 0x7D368C) is known color: Vivid Violet. HEX triplet: 7D, 36 and 8C. RGB value is (125,54,140). Sum of RGB (Red+Green+Blue) = 125+54+140=319 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.18% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 140 (55.08% from 255 or 43.89% from 319); Max value from RGB is 140 - color contains mainly: blue. Hex color #7D368C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D368C is #82C973. Grayscale: #545454. Windows color (decimal): -8571252 or 9188989. OLE color: 9188989.
HSL color Cylindrical-coordinate representation of color #7D368C: hue angle of 289.53º 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 #7D368C is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 125 | 54 | 140 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.45 |
| HSL | 289.53º | 0.44% | 0.38% | - |
| HSV(B) | 289.53º | 0.61% | 0.55% | - |
| XYZ | 14.51 | 8.89 | 25.76 | - |
| YUV | 85.03 | 159.02 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 54 | 140 | 0.11 | 0.61 | 0 | 0.45 | 289.53 | 0.44 | 0.38 |
| Hex | 7D | 36 | 8C | B | 3D | 0 | 2D | 122 | 2C | 26 |
| Octal | 175 | 66 | 214 | 13 | 75 | 0 | 55 | 442 | 54 | 46 |
| Binary | 1111101 | 110110 | 10001100 | 1011 | 111101 | 0 | 101101 | 100100010 | 101100 | 100110 |
Color Harmonies of #7D368C
Complementary color
Monochromatic Colors of #7D368C
Black with #7D368C
Text Example
Text Example
White with #7D368C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D368C; }
p { color: rgb(125,54,140); }
H1.HeaderClassName
{
color: #7D368C;
}
.AnyTagClassName
{
color: #7D368C;
}
</style>
background-color css
<style>
a { background-color: #7D368C; }
a { background-color: rgb(125,54,140); }
div.DivClassName
{
background-color: #7D368C;
}
.BgClassName
{
background-color: #7D368C;
}
</style>
border-color css
<style>
span { border-color: #7D368C; }
span { border-color: rgb(125,54,140); }
td.TdClassName
{
border-color: #7D368C;
}
.TagClassName
{
border-color: #7D368C;
}
</style>