Shades of Vivid Violet #7C458B
Tints of Vivid Violet #7C458B
RGB
CMYK
RGB Variations
Color information
#7C458B (or 0x7C458B) is known color: Vivid Violet. HEX triplet: 7C, 45 and 8B. RGB value is (124,69,139). Sum of RGB (Red+Green+Blue) = 124+69+139=332 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.35% from 332); Green value is 69 (27.34% from 255 or 20.78% from 332); Blue value is 139 (54.69% from 255 or 41.87% from 332); Max value from RGB is 139 - color contains mainly: blue. Hex color #7C458B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C458B is #83BA74. Grayscale: #5D5D5D. Windows color (decimal): -8632949 or 9127292. OLE color: 9127292.
HSL color Cylindrical-coordinate representation of color #7C458B: hue angle of 287.14º degrees, saturation: 0.34, 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 #7C458B is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 124 | 69 | 139 | - |
| CMYK | 0.11 | 0.50 | 0 | 0.45 |
| HSL | 287.14º | 0.34% | 0.41% | - |
| HSV(B) | 287.14º | 0.5% | 0.55% | - |
| XYZ | 15.1 | 10.41 | 25.64 | - |
| YUV | 93.43 | 153.72 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 69 | 139 | 0.11 | 0.50 | 0 | 0.45 | 287.14 | 0.34 | 0.41 |
| Hex | 7C | 45 | 8B | B | 32 | 0 | 2D | 11F | 22 | 29 |
| Octal | 174 | 105 | 213 | 13 | 62 | 0 | 55 | 437 | 42 | 51 |
| Binary | 1111100 | 1000101 | 10001011 | 1011 | 110010 | 0 | 101101 | 100011111 | 100010 | 101001 |
Color Harmonies of #7C458B
Complementary color
Monochromatic Colors of #7C458B
Black with #7C458B
Text Example
Text Example
White with #7C458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C458B; }
p { color: rgb(124,69,139); }
H1.HeaderClassName
{
color: #7C458B;
}
.AnyTagClassName
{
color: #7C458B;
}
</style>
background-color css
<style>
a { background-color: #7C458B; }
a { background-color: rgb(124,69,139); }
div.DivClassName
{
background-color: #7C458B;
}
.BgClassName
{
background-color: #7C458B;
}
</style>
border-color css
<style>
span { border-color: #7C458B; }
span { border-color: rgb(124,69,139); }
td.TdClassName
{
border-color: #7C458B;
}
.TagClassName
{
border-color: #7C458B;
}
</style>