Shades of Vivid Violet #7C3385
Tints of Vivid Violet #7C3385
RGB
CMYK
RGB Variations
Color information
#7C3385 (or 0x7C3385) is known color: Vivid Violet. HEX triplet: 7C, 33 and 85. RGB value is (124,51,133). Sum of RGB (Red+Green+Blue) = 124+51+133=308 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.26% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 133 (52.34% from 255 or 43.18% from 308); Max value from RGB is 133 - color contains mainly: blue. Hex color #7C3385 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C3385 is #83CC7A. Grayscale: #515151. Windows color (decimal): -8637563 or 8729468. OLE color: 8729468.
HSL color Cylindrical-coordinate representation of color #7C3385: hue angle of 293.41º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7C3385 is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 124 | 51 | 133 | - |
| CMYK | 0.07 | 0.62 | 0 | 0.48 |
| HSL | 293.41º | 0.45% | 0.36% | - |
| HSV(B) | 293.41º | 0.62% | 0.52% | - |
| XYZ | 13.73 | 8.35 | 23.08 | - |
| YUV | 82.18 | 156.68 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 51 | 133 | 0.07 | 0.62 | 0 | 0.48 | 293.41 | 0.45 | 0.36 |
| Hex | 7C | 33 | 85 | 7 | 3E | 0 | 30 | 125 | 2D | 24 |
| Octal | 174 | 63 | 205 | 7 | 76 | 0 | 60 | 445 | 55 | 44 |
| Binary | 1111100 | 110011 | 10000101 | 111 | 111110 | 0 | 110000 | 100100101 | 101101 | 100100 |
Color Harmonies of #7C3385
Complementary color
Monochromatic Colors of #7C3385
Black with #7C3385
Text Example
Text Example
White with #7C3385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3385; }
p { color: rgb(124,51,133); }
H1.HeaderClassName
{
color: #7C3385;
}
.AnyTagClassName
{
color: #7C3385;
}
</style>
background-color css
<style>
a { background-color: #7C3385; }
a { background-color: rgb(124,51,133); }
div.DivClassName
{
background-color: #7C3385;
}
.BgClassName
{
background-color: #7C3385;
}
</style>
border-color css
<style>
span { border-color: #7C3385; }
span { border-color: rgb(124,51,133); }
td.TdClassName
{
border-color: #7C3385;
}
.TagClassName
{
border-color: #7C3385;
}
</style>