Shades of Vivid Violet #7C3B8B
Tints of Vivid Violet #7C3B8B
RGB
CMYK
RGB Variations
Color information
#7C3B8B (or 0x7C3B8B) is known color: Vivid Violet. HEX triplet: 7C, 3B and 8B. RGB value is (124,59,139). Sum of RGB (Red+Green+Blue) = 124+59+139=322 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.51% from 322); Green value is 59 (23.44% from 255 or 18.32% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 139 - color contains mainly: blue. Hex color #7C3B8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C3B8B is #83C474. Grayscale: #575757. Windows color (decimal): -8635509 or 9124732. OLE color: 9124732.
HSL color Cylindrical-coordinate representation of color #7C3B8B: hue angle of 288.75º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7C3B8B is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 124 | 59 | 139 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.45 |
| HSL | 288.75º | 0.4% | 0.39% | - |
| HSV(B) | 288.75º | 0.58% | 0.55% | - |
| XYZ | 14.54 | 9.28 | 25.45 | - |
| YUV | 87.56 | 157.03 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 59 | 139 | 0.11 | 0.58 | 0 | 0.45 | 288.75 | 0.4 | 0.39 |
| Hex | 7C | 3B | 8B | B | 3A | 0 | 2D | 121 | 28 | 27 |
| Octal | 174 | 73 | 213 | 13 | 72 | 0 | 55 | 441 | 50 | 47 |
| Binary | 1111100 | 111011 | 10001011 | 1011 | 111010 | 0 | 101101 | 100100001 | 101000 | 100111 |
Color Harmonies of #7C3B8B
Complementary color
Monochromatic Colors of #7C3B8B
Black with #7C3B8B
Text Example
Text Example
White with #7C3B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3B8B; }
p { color: rgb(124,59,139); }
H1.HeaderClassName
{
color: #7C3B8B;
}
.AnyTagClassName
{
color: #7C3B8B;
}
</style>
background-color css
<style>
a { background-color: #7C3B8B; }
a { background-color: rgb(124,59,139); }
div.DivClassName
{
background-color: #7C3B8B;
}
.BgClassName
{
background-color: #7C3B8B;
}
</style>
border-color css
<style>
span { border-color: #7C3B8B; }
span { border-color: rgb(124,59,139); }
td.TdClassName
{
border-color: #7C3B8B;
}
.TagClassName
{
border-color: #7C3B8B;
}
</style>