Shades of Vivid Violet #7C388D
Tints of Vivid Violet #7C388D
RGB
CMYK
RGB Variations
Color information
#7C388D (or 0x7C388D) is known color: Vivid Violet. HEX triplet: 7C, 38 and 8D. RGB value is (124,56,141). Sum of RGB (Red+Green+Blue) = 124+56+141=321 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.63% from 321); Green value is 56 (22.27% from 255 or 17.45% 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 #7C388D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C388D is #83C772. Grayscale: #555555. Windows color (decimal): -8636275 or 9255036. OLE color: 9255036.
HSL color Cylindrical-coordinate representation of color #7C388D: hue angle of 288º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7C388D is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 124 | 56 | 141 | - |
| CMYK | 0.12 | 0.60 | 0 | 0.45 |
| HSL | 288º | 0.43% | 0.39% | - |
| HSV(B) | 288º | 0.6% | 0.55% | - |
| XYZ | 14.53 | 9.04 | 26.18 | - |
| YUV | 86.02 | 159.03 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 56 | 141 | 0.12 | 0.60 | 0 | 0.45 | 288 | 0.43 | 0.39 |
| Hex | 7C | 38 | 8D | C | 3C | 0 | 2D | 120 | 2B | 27 |
| Octal | 174 | 70 | 215 | 14 | 74 | 0 | 55 | 440 | 53 | 47 |
| Binary | 1111100 | 111000 | 10001101 | 1100 | 111100 | 0 | 101101 | 100100000 | 101011 | 100111 |
Color Harmonies of #7C388D
Complementary color
Monochromatic Colors of #7C388D
Black with #7C388D
Text Example
Text Example
White with #7C388D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C388D; }
p { color: rgb(124,56,141); }
H1.HeaderClassName
{
color: #7C388D;
}
.AnyTagClassName
{
color: #7C388D;
}
</style>
background-color css
<style>
a { background-color: #7C388D; }
a { background-color: rgb(124,56,141); }
div.DivClassName
{
background-color: #7C388D;
}
.BgClassName
{
background-color: #7C388D;
}
</style>
border-color css
<style>
span { border-color: #7C388D; }
span { border-color: rgb(124,56,141); }
td.TdClassName
{
border-color: #7C388D;
}
.TagClassName
{
border-color: #7C388D;
}
</style>