Shades of Vivid Violet #7C399A
Tints of Vivid Violet #7C399A
RGB
CMYK
RGB Variations
Color information
#7C399A (or 0x7C399A) is known color: Vivid Violet. HEX triplet: 7C, 39 and 9A. RGB value is (124,57,154). Sum of RGB (Red+Green+Blue) = 124+57+154=335 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.01% from 335); Green value is 57 (22.66% from 255 or 17.01% from 335); Blue value is 154 (60.55% from 255 or 45.97% from 335); Max value from RGB is 154 - color contains mainly: blue. Hex color #7C399A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C399A is #83C665. Grayscale: #575757. Windows color (decimal): -8636006 or 10107260. OLE color: 10107260.
HSL color Cylindrical-coordinate representation of color #7C399A: hue angle of 281.44º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7C399A is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 124 | 57 | 154 | - |
| CMYK | 0.19 | 0.63 | 0 | 0.40 |
| HSL | 281.44º | 0.46% | 0.41% | - |
| HSV(B) | 281.44º | 0.63% | 0.6% | - |
| XYZ | 15.61 | 9.54 | 31.59 | - |
| YUV | 88.09 | 165.2 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 57 | 154 | 0.19 | 0.63 | 0 | 0.40 | 281.44 | 0.46 | 0.41 |
| Hex | 7C | 39 | 9A | 13 | 3F | 0 | 28 | 119 | 2E | 29 |
| Octal | 174 | 71 | 232 | 23 | 77 | 0 | 50 | 431 | 56 | 51 |
| Binary | 1111100 | 111001 | 10011010 | 10011 | 111111 | 0 | 101000 | 100011001 | 101110 | 101001 |
Color Harmonies of #7C399A
Complementary color
Monochromatic Colors of #7C399A
Black with #7C399A
Text Example
Text Example
White with #7C399A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C399A; }
p { color: rgb(124,57,154); }
H1.HeaderClassName
{
color: #7C399A;
}
.AnyTagClassName
{
color: #7C399A;
}
</style>
background-color css
<style>
a { background-color: #7C399A; }
a { background-color: rgb(124,57,154); }
div.DivClassName
{
background-color: #7C399A;
}
.BgClassName
{
background-color: #7C399A;
}
</style>
border-color css
<style>
span { border-color: #7C399A; }
span { border-color: rgb(124,57,154); }
td.TdClassName
{
border-color: #7C399A;
}
.TagClassName
{
border-color: #7C399A;
}
</style>