Shades of Vivid Violet #7C458A
Tints of Vivid Violet #7C458A
RGB
CMYK
RGB Variations
Color information
#7C458A (or 0x7C458A) is known color: Vivid Violet. HEX triplet: 7C, 45 and 8A. RGB value is (124,69,138). Sum of RGB (Red+Green+Blue) = 124+69+138=331 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.46% from 331); Green value is 69 (27.34% from 255 or 20.85% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 138 - color contains mainly: blue. Hex color #7C458A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C458A is #83BA75. Grayscale: #5D5D5D. Windows color (decimal): -8632950 or 9061756. OLE color: 9061756.
HSL color Cylindrical-coordinate representation of color #7C458A: hue angle of 287.83º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7C458A is Cyan = 0.10, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 124 | 69 | 138 | - |
| CMYK | 0.10 | 0.5 | 0 | 0.46 |
| HSL | 287.83º | 0.33% | 0.41% | - |
| HSV(B) | 287.83º | 0.5% | 0.54% | - |
| XYZ | 15.03 | 10.38 | 25.26 | - |
| YUV | 93.31 | 153.22 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 69 | 138 | 0.10 | 0.5 | 0 | 0.46 | 287.83 | 0.33 | 0.41 |
| Hex | 7C | 45 | 8A | A | 32 | 0 | 2E | 120 | 21 | 29 |
| Octal | 174 | 105 | 212 | 12 | 62 | 0 | 56 | 440 | 41 | 51 |
| Binary | 1111100 | 1000101 | 10001010 | 1010 | 110010 | 0 | 101110 | 100100000 | 100001 | 101001 |
Color Harmonies of #7C458A
Complementary color
Monochromatic Colors of #7C458A
Black with #7C458A
Text Example
Text Example
White with #7C458A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C458A; }
p { color: rgb(124,69,138); }
H1.HeaderClassName
{
color: #7C458A;
}
.AnyTagClassName
{
color: #7C458A;
}
</style>
background-color css
<style>
a { background-color: #7C458A; }
a { background-color: rgb(124,69,138); }
div.DivClassName
{
background-color: #7C458A;
}
.BgClassName
{
background-color: #7C458A;
}
</style>
border-color css
<style>
span { border-color: #7C458A; }
span { border-color: rgb(124,69,138); }
td.TdClassName
{
border-color: #7C458A;
}
.TagClassName
{
border-color: #7C458A;
}
</style>