Shades of Vivid Violet #7C379B
Tints of Vivid Violet #7C379B
RGB
CMYK
RGB Variations
Color information
#7C379B (or 0x7C379B) is known color: Vivid Violet. HEX triplet: 7C, 37 and 9B. RGB value is (124,55,155). Sum of RGB (Red+Green+Blue) = 124+55+155=334 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.13% from 334); Green value is 55 (21.88% from 255 or 16.47% from 334); Blue value is 155 (60.94% from 255 or 46.41% from 334); Max value from RGB is 155 - color contains mainly: blue. Hex color #7C379B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C379B is #83C864. Grayscale: #565656. Windows color (decimal): -8636517 or 10172284. OLE color: 10172284.
HSL color Cylindrical-coordinate representation of color #7C379B: hue angle of 281.4º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7C379B is Cyan = 0.2, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 124 | 55 | 155 | - |
| CMYK | 0.2 | 0.65 | 0 | 0.39 |
| HSL | 281.4º | 0.48% | 0.41% | - |
| HSV(B) | 281.4º | 0.65% | 0.61% | - |
| XYZ | 15.59 | 9.38 | 32 | - |
| YUV | 87.03 | 166.36 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 55 | 155 | 0.2 | 0.65 | 0 | 0.39 | 281.4 | 0.48 | 0.41 |
| Hex | 7C | 37 | 9B | 14 | 41 | 0 | 27 | 119 | 30 | 29 |
| Octal | 174 | 67 | 233 | 24 | 101 | 0 | 47 | 431 | 60 | 51 |
| Binary | 1111100 | 110111 | 10011011 | 10100 | 1000001 | 0 | 100111 | 100011001 | 110000 | 101001 |
Color Harmonies of #7C379B
Complementary color
Monochromatic Colors of #7C379B
Black with #7C379B
Text Example
Text Example
White with #7C379B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C379B; }
p { color: rgb(124,55,155); }
H1.HeaderClassName
{
color: #7C379B;
}
.AnyTagClassName
{
color: #7C379B;
}
</style>
background-color css
<style>
a { background-color: #7C379B; }
a { background-color: rgb(124,55,155); }
div.DivClassName
{
background-color: #7C379B;
}
.BgClassName
{
background-color: #7C379B;
}
</style>
border-color css
<style>
span { border-color: #7C379B; }
span { border-color: rgb(124,55,155); }
td.TdClassName
{
border-color: #7C379B;
}
.TagClassName
{
border-color: #7C379B;
}
</style>