Shades of Vivid Violet #7C3B92
Tints of Vivid Violet #7C3B92
RGB
CMYK
RGB Variations
Color information
#7C3B92 (or 0x7C3B92) is known color: Vivid Violet. HEX triplet: 7C, 3B and 92. RGB value is (124,59,146). Sum of RGB (Red+Green+Blue) = 124+59+146=329 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.69% from 329); Green value is 59 (23.44% from 255 or 17.93% from 329); Blue value is 146 (57.42% from 255 or 44.38% from 329); Max value from RGB is 146 - color contains mainly: blue. Hex color #7C3B92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C3B92 is #83C46D. Grayscale: #585858. Windows color (decimal): -8635502 or 9583484. OLE color: 9583484.
HSL color Cylindrical-coordinate representation of color #7C3B92: hue angle of 284.83º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7C3B92 is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 124 | 59 | 146 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.43 |
| HSL | 284.83º | 0.42% | 0.4% | - |
| HSV(B) | 284.83º | 0.6% | 0.57% | - |
| XYZ | 15.06 | 9.49 | 28.23 | - |
| YUV | 88.35 | 160.53 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 59 | 146 | 0.15 | 0.60 | 0 | 0.43 | 284.83 | 0.42 | 0.4 |
| Hex | 7C | 3B | 92 | F | 3C | 0 | 2B | 11D | 2A | 28 |
| Octal | 174 | 73 | 222 | 17 | 74 | 0 | 53 | 435 | 52 | 50 |
| Binary | 1111100 | 111011 | 10010010 | 1111 | 111100 | 0 | 101011 | 100011101 | 101010 | 101000 |
Color Harmonies of #7C3B92
Complementary color
Monochromatic Colors of #7C3B92
Black with #7C3B92
Text Example
Text Example
White with #7C3B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3B92; }
p { color: rgb(124,59,146); }
H1.HeaderClassName
{
color: #7C3B92;
}
.AnyTagClassName
{
color: #7C3B92;
}
</style>
background-color css
<style>
a { background-color: #7C3B92; }
a { background-color: rgb(124,59,146); }
div.DivClassName
{
background-color: #7C3B92;
}
.BgClassName
{
background-color: #7C3B92;
}
</style>
border-color css
<style>
span { border-color: #7C3B92; }
span { border-color: rgb(124,59,146); }
td.TdClassName
{
border-color: #7C3B92;
}
.TagClassName
{
border-color: #7C3B92;
}
</style>