Shades of Vivid Violet #7C359D
Tints of Vivid Violet #7C359D
RGB
CMYK
RGB Variations
Color information
#7C359D (or 0x7C359D) is known color: Vivid Violet. HEX triplet: 7C, 35 and 9D. RGB value is (124,53,157). Sum of RGB (Red+Green+Blue) = 124+53+157=334 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.13% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 157 (61.72% from 255 or 47.01% from 334); Max value from RGB is 157 - color contains mainly: blue. Hex color #7C359D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C359D is #83CA62. Grayscale: #555555. Windows color (decimal): -8637027 or 10302844. OLE color: 10302844.
HSL color Cylindrical-coordinate representation of color #7C359D: hue angle of 280.96º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7C359D is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 124 | 53 | 157 | - |
| CMYK | 0.21 | 0.66 | 0 | 0.38 |
| HSL | 280.96º | 0.5% | 0.41% | - |
| HSV(B) | 280.96º | 0.66% | 0.62% | - |
| XYZ | 15.67 | 9.27 | 32.86 | - |
| YUV | 86.09 | 168.02 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 53 | 157 | 0.21 | 0.66 | 0 | 0.38 | 280.96 | 0.5 | 0.41 |
| Hex | 7C | 35 | 9D | 15 | 42 | 0 | 26 | 119 | 32 | 29 |
| Octal | 174 | 65 | 235 | 25 | 102 | 0 | 46 | 431 | 62 | 51 |
| Binary | 1111100 | 110101 | 10011101 | 10101 | 1000010 | 0 | 100110 | 100011001 | 110010 | 101001 |
Color Harmonies of #7C359D
Complementary color
Monochromatic Colors of #7C359D
Black with #7C359D
Text Example
Text Example
White with #7C359D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C359D; }
p { color: rgb(124,53,157); }
H1.HeaderClassName
{
color: #7C359D;
}
.AnyTagClassName
{
color: #7C359D;
}
</style>
background-color css
<style>
a { background-color: #7C359D; }
a { background-color: rgb(124,53,157); }
div.DivClassName
{
background-color: #7C359D;
}
.BgClassName
{
background-color: #7C359D;
}
</style>
border-color css
<style>
span { border-color: #7C359D; }
span { border-color: rgb(124,53,157); }
td.TdClassName
{
border-color: #7C359D;
}
.TagClassName
{
border-color: #7C359D;
}
</style>