Shades of Vivid Violet #7C468B
Tints of Vivid Violet #7C468B
RGB
CMYK
RGB Variations
Color information
#7C468B (or 0x7C468B) is known color: Vivid Violet. HEX triplet: 7C, 46 and 8B. RGB value is (124,70,139). Sum of RGB (Red+Green+Blue) = 124+70+139=333 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.24% from 333); Green value is 70 (27.73% from 255 or 21.02% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 139 - color contains mainly: blue. Hex color #7C468B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C468B is #83B974. Grayscale: #5D5D5D. Windows color (decimal): -8632693 or 9127548. OLE color: 9127548.
HSL color Cylindrical-coordinate representation of color #7C468B: hue angle of 286.96º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7C468B is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 124 | 70 | 139 | - |
| CMYK | 0.11 | 0.50 | 0 | 0.45 |
| HSL | 286.96º | 0.33% | 0.41% | - |
| HSV(B) | 286.96º | 0.5% | 0.55% | - |
| XYZ | 15.16 | 10.53 | 25.66 | - |
| YUV | 94.01 | 153.39 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 70 | 139 | 0.11 | 0.50 | 0 | 0.45 | 286.96 | 0.33 | 0.41 |
| Hex | 7C | 46 | 8B | B | 32 | 0 | 2D | 11F | 21 | 29 |
| Octal | 174 | 106 | 213 | 13 | 62 | 0 | 55 | 437 | 41 | 51 |
| Binary | 1111100 | 1000110 | 10001011 | 1011 | 110010 | 0 | 101101 | 100011111 | 100001 | 101001 |
Color Harmonies of #7C468B
Complementary color
Monochromatic Colors of #7C468B
Black with #7C468B
Text Example
Text Example
White with #7C468B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C468B; }
p { color: rgb(124,70,139); }
H1.HeaderClassName
{
color: #7C468B;
}
.AnyTagClassName
{
color: #7C468B;
}
</style>
background-color css
<style>
a { background-color: #7C468B; }
a { background-color: rgb(124,70,139); }
div.DivClassName
{
background-color: #7C468B;
}
.BgClassName
{
background-color: #7C468B;
}
</style>
border-color css
<style>
span { border-color: #7C468B; }
span { border-color: rgb(124,70,139); }
td.TdClassName
{
border-color: #7C468B;
}
.TagClassName
{
border-color: #7C468B;
}
</style>