Shades of Vivid Violet #7C4685
Tints of Vivid Violet #7C4685
RGB
CMYK
RGB Variations
Color information
#7C4685 (or 0x7C4685) is known color: Vivid Violet. HEX triplet: 7C, 46 and 85. RGB value is (124,70,133). Sum of RGB (Red+Green+Blue) = 124+70+133=327 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.92% from 327); Green value is 70 (27.73% from 255 or 21.41% from 327); Blue value is 133 (52.34% from 255 or 40.67% from 327); Max value from RGB is 133 - color contains mainly: blue. Hex color #7C4685 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C4685 is #83B97A. Grayscale: #5D5D5D. Windows color (decimal): -8632699 or 8734332. OLE color: 8734332.
HSL color Cylindrical-coordinate representation of color #7C4685: hue angle of 291.43º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7C4685 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 124 | 70 | 133 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.48 |
| HSL | 291.43º | 0.31% | 0.4% | - |
| HSV(B) | 291.43º | 0.47% | 0.52% | - |
| XYZ | 14.74 | 10.36 | 23.41 | - |
| YUV | 93.33 | 150.39 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 70 | 133 | 0.07 | 0.47 | 0 | 0.48 | 291.43 | 0.31 | 0.4 |
| Hex | 7C | 46 | 85 | 7 | 2F | 0 | 30 | 123 | 1F | 28 |
| Octal | 174 | 106 | 205 | 7 | 57 | 0 | 60 | 443 | 37 | 50 |
| Binary | 1111100 | 1000110 | 10000101 | 111 | 101111 | 0 | 110000 | 100100011 | 11111 | 101000 |
Color Harmonies of #7C4685
Complementary color
Monochromatic Colors of #7C4685
Black with #7C4685
Text Example
Text Example
White with #7C4685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4685; }
p { color: rgb(124,70,133); }
H1.HeaderClassName
{
color: #7C4685;
}
.AnyTagClassName
{
color: #7C4685;
}
</style>
background-color css
<style>
a { background-color: #7C4685; }
a { background-color: rgb(124,70,133); }
div.DivClassName
{
background-color: #7C4685;
}
.BgClassName
{
background-color: #7C4685;
}
</style>
border-color css
<style>
span { border-color: #7C4685; }
span { border-color: rgb(124,70,133); }
td.TdClassName
{
border-color: #7C4685;
}
.TagClassName
{
border-color: #7C4685;
}
</style>