Shades of Vivid Violet #7C3D92
Tints of Vivid Violet #7C3D92
RGB
CMYK
RGB Variations
Color information
#7C3D92 (or 0x7C3D92) is known color: Vivid Violet. HEX triplet: 7C, 3D and 92. RGB value is (124,61,146). Sum of RGB (Red+Green+Blue) = 124+61+146=331 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.46% from 331); Green value is 61 (24.22% from 255 or 18.43% from 331); Blue value is 146 (57.42% from 255 or 44.11% from 331); Max value from RGB is 146 - color contains mainly: blue. Hex color #7C3D92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C3D92 is #83C26D. Grayscale: #595959. Windows color (decimal): -8634990 or 9583996. OLE color: 9583996.
HSL color Cylindrical-coordinate representation of color #7C3D92: hue angle of 284.47º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7C3D92 is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 124 | 61 | 146 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.43 |
| HSL | 284.47º | 0.41% | 0.41% | - |
| HSV(B) | 284.47º | 0.58% | 0.57% | - |
| XYZ | 15.17 | 9.7 | 28.27 | - |
| YUV | 89.53 | 159.87 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 61 | 146 | 0.15 | 0.58 | 0 | 0.43 | 284.47 | 0.41 | 0.41 |
| Hex | 7C | 3D | 92 | F | 3A | 0 | 2B | 11C | 29 | 29 |
| Octal | 174 | 75 | 222 | 17 | 72 | 0 | 53 | 434 | 51 | 51 |
| Binary | 1111100 | 111101 | 10010010 | 1111 | 111010 | 0 | 101011 | 100011100 | 101001 | 101001 |
Color Harmonies of #7C3D92
Complementary color
Monochromatic Colors of #7C3D92
Black with #7C3D92
Text Example
Text Example
White with #7C3D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3D92; }
p { color: rgb(124,61,146); }
H1.HeaderClassName
{
color: #7C3D92;
}
.AnyTagClassName
{
color: #7C3D92;
}
</style>
background-color css
<style>
a { background-color: #7C3D92; }
a { background-color: rgb(124,61,146); }
div.DivClassName
{
background-color: #7C3D92;
}
.BgClassName
{
background-color: #7C3D92;
}
</style>
border-color css
<style>
span { border-color: #7C3D92; }
span { border-color: rgb(124,61,146); }
td.TdClassName
{
border-color: #7C3D92;
}
.TagClassName
{
border-color: #7C3D92;
}
</style>