Shades of Vivid Violet #7C3685
Tints of Vivid Violet #7C3685
RGB
CMYK
RGB Variations
Color information
#7C3685 (or 0x7C3685) is known color: Vivid Violet. HEX triplet: 7C, 36 and 85. RGB value is (124,54,133). Sum of RGB (Red+Green+Blue) = 124+54+133=311 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.87% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 133 (52.34% from 255 or 42.77% from 311); Max value from RGB is 133 - color contains mainly: blue. Hex color #7C3685 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C3685 is #83C97A. Grayscale: #535353. Windows color (decimal): -8636795 or 8730236. OLE color: 8730236.
HSL color Cylindrical-coordinate representation of color #7C3685: hue angle of 293.16º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7C3685 is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 124 | 54 | 133 | - |
| CMYK | 0.07 | 0.59 | 0 | 0.48 |
| HSL | 293.16º | 0.42% | 0.37% | - |
| HSV(B) | 293.16º | 0.59% | 0.52% | - |
| XYZ | 13.86 | 8.62 | 23.12 | - |
| YUV | 83.94 | 155.69 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 54 | 133 | 0.07 | 0.59 | 0 | 0.48 | 293.16 | 0.42 | 0.37 |
| Hex | 7C | 36 | 85 | 7 | 3B | 0 | 30 | 125 | 2A | 25 |
| Octal | 174 | 66 | 205 | 7 | 73 | 0 | 60 | 445 | 52 | 45 |
| Binary | 1111100 | 110110 | 10000101 | 111 | 111011 | 0 | 110000 | 100100101 | 101010 | 100101 |
Color Harmonies of #7C3685
Complementary color
Monochromatic Colors of #7C3685
Black with #7C3685
Text Example
Text Example
White with #7C3685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3685; }
p { color: rgb(124,54,133); }
H1.HeaderClassName
{
color: #7C3685;
}
.AnyTagClassName
{
color: #7C3685;
}
</style>
background-color css
<style>
a { background-color: #7C3685; }
a { background-color: rgb(124,54,133); }
div.DivClassName
{
background-color: #7C3685;
}
.BgClassName
{
background-color: #7C3685;
}
</style>
border-color css
<style>
span { border-color: #7C3685; }
span { border-color: rgb(124,54,133); }
td.TdClassName
{
border-color: #7C3685;
}
.TagClassName
{
border-color: #7C3685;
}
</style>