Shades of Vivid Violet #7C388C
Tints of Vivid Violet #7C388C
RGB
CMYK
RGB Variations
Color information
#7C388C (or 0x7C388C) is known color: Vivid Violet. HEX triplet: 7C, 38 and 8C. RGB value is (124,56,140). Sum of RGB (Red+Green+Blue) = 124+56+140=320 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.75% from 320); Green value is 56 (22.27% from 255 or 17.5% from 320); Blue value is 140 (55.08% from 255 or 43.75% from 320); Max value from RGB is 140 - color contains mainly: blue. Hex color #7C388C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C388C is #83C773. Grayscale: #555555. Windows color (decimal): -8636276 or 9189500. OLE color: 9189500.
HSL color Cylindrical-coordinate representation of color #7C388C: hue angle of 288.57º 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 #7C388C is Cyan = 0.11, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 124 | 56 | 140 | - |
| CMYK | 0.11 | 0.6 | 0 | 0.45 |
| HSL | 288.57º | 0.43% | 0.38% | - |
| HSV(B) | 288.57º | 0.6% | 0.55% | - |
| XYZ | 14.46 | 9.01 | 25.79 | - |
| YUV | 85.91 | 158.53 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 56 | 140 | 0.11 | 0.6 | 0 | 0.45 | 288.57 | 0.43 | 0.38 |
| Hex | 7C | 38 | 8C | B | 3C | 0 | 2D | 121 | 2B | 26 |
| Octal | 174 | 70 | 214 | 13 | 74 | 0 | 55 | 441 | 53 | 46 |
| Binary | 1111100 | 111000 | 10001100 | 1011 | 111100 | 0 | 101101 | 100100001 | 101011 | 100110 |
Color Harmonies of #7C388C
Complementary color
Monochromatic Colors of #7C388C
Black with #7C388C
Text Example
Text Example
White with #7C388C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C388C; }
p { color: rgb(124,56,140); }
H1.HeaderClassName
{
color: #7C388C;
}
.AnyTagClassName
{
color: #7C388C;
}
</style>
background-color css
<style>
a { background-color: #7C388C; }
a { background-color: rgb(124,56,140); }
div.DivClassName
{
background-color: #7C388C;
}
.BgClassName
{
background-color: #7C388C;
}
</style>
border-color css
<style>
span { border-color: #7C388C; }
span { border-color: rgb(124,56,140); }
td.TdClassName
{
border-color: #7C388C;
}
.TagClassName
{
border-color: #7C388C;
}
</style>