Shades of Vivid Violet #7C4085
Tints of Vivid Violet #7C4085
RGB
CMYK
RGB Variations
Color information
#7C4085 (or 0x7C4085) is known color: Vivid Violet. HEX triplet: 7C, 40 and 85. RGB value is (124,64,133). Sum of RGB (Red+Green+Blue) = 124+64+133=321 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.63% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 133 - color contains mainly: blue. Hex color #7C4085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C4085 is #83BF7A. Grayscale: #595959. Windows color (decimal): -8634235 or 8732796. OLE color: 8732796.
HSL color Cylindrical-coordinate representation of color #7C4085: hue angle of 292.17º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7C4085 is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 124 | 64 | 133 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.48 |
| HSL | 292.17º | 0.35% | 0.39% | - |
| HSV(B) | 292.17º | 0.52% | 0.52% | - |
| XYZ | 14.38 | 9.65 | 23.29 | - |
| YUV | 89.81 | 152.38 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 64 | 133 | 0.07 | 0.52 | 0 | 0.48 | 292.17 | 0.35 | 0.39 |
| Hex | 7C | 40 | 85 | 7 | 34 | 0 | 30 | 124 | 23 | 27 |
| Octal | 174 | 100 | 205 | 7 | 64 | 0 | 60 | 444 | 43 | 47 |
| Binary | 1111100 | 1000000 | 10000101 | 111 | 110100 | 0 | 110000 | 100100100 | 100011 | 100111 |
Color Harmonies of #7C4085
Complementary color
Monochromatic Colors of #7C4085
Black with #7C4085
Text Example
Text Example
White with #7C4085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4085; }
p { color: rgb(124,64,133); }
H1.HeaderClassName
{
color: #7C4085;
}
.AnyTagClassName
{
color: #7C4085;
}
</style>
background-color css
<style>
a { background-color: #7C4085; }
a { background-color: rgb(124,64,133); }
div.DivClassName
{
background-color: #7C4085;
}
.BgClassName
{
background-color: #7C4085;
}
</style>
border-color css
<style>
span { border-color: #7C4085; }
span { border-color: rgb(124,64,133); }
td.TdClassName
{
border-color: #7C4085;
}
.TagClassName
{
border-color: #7C4085;
}
</style>