Shades of Vivid Violet #7C3085
Tints of Vivid Violet #7C3085
RGB
CMYK
RGB Variations
Color information
#7C3085 (or 0x7C3085) is known color: Vivid Violet. HEX triplet: 7C, 30 and 85. RGB value is (124,48,133). Sum of RGB (Red+Green+Blue) = 124+48+133=305 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.66% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 133 (52.34% from 255 or 43.61% from 305); Max value from RGB is 133 - color contains mainly: blue. Hex color #7C3085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C3085 is #83CF7A. Grayscale: #505050. Windows color (decimal): -8638331 or 8728700. OLE color: 8728700.
HSL color Cylindrical-coordinate representation of color #7C3085: hue angle of 293.65º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7C3085 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 124 | 48 | 133 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.48 |
| HSL | 293.65º | 0.47% | 0.35% | - |
| HSV(B) | 293.65º | 0.64% | 0.52% | - |
| XYZ | 13.6 | 8.09 | 23.04 | - |
| YUV | 80.41 | 157.68 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 48 | 133 | 0.07 | 0.64 | 0 | 0.48 | 293.65 | 0.47 | 0.35 |
| Hex | 7C | 30 | 85 | 7 | 40 | 0 | 30 | 126 | 2F | 23 |
| Octal | 174 | 60 | 205 | 7 | 100 | 0 | 60 | 446 | 57 | 43 |
| Binary | 1111100 | 110000 | 10000101 | 111 | 1000000 | 0 | 110000 | 100100110 | 101111 | 100011 |
Color Harmonies of #7C3085
Complementary color
Monochromatic Colors of #7C3085
Black with #7C3085
Text Example
Text Example
White with #7C3085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3085; }
p { color: rgb(124,48,133); }
H1.HeaderClassName
{
color: #7C3085;
}
.AnyTagClassName
{
color: #7C3085;
}
</style>
background-color css
<style>
a { background-color: #7C3085; }
a { background-color: rgb(124,48,133); }
div.DivClassName
{
background-color: #7C3085;
}
.BgClassName
{
background-color: #7C3085;
}
</style>
border-color css
<style>
span { border-color: #7C3085; }
span { border-color: rgb(124,48,133); }
td.TdClassName
{
border-color: #7C3085;
}
.TagClassName
{
border-color: #7C3085;
}
</style>