Shades of Vivid Violet #7C2390
Tints of Vivid Violet #7C2390
RGB
CMYK
RGB Variations
Color information
#7C2390 (or 0x7C2390) is known color: Vivid Violet. HEX triplet: 7C, 23 and 90. RGB value is (124,35,144). Sum of RGB (Red+Green+Blue) = 124+35+144=303 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.92% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 144 (56.64% from 255 or 47.52% from 303); Max value from RGB is 144 - color contains mainly: blue. Hex color #7C2390 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C2390 is #83DC6F. Grayscale: #494949. Windows color (decimal): -8641648 or 9446268. OLE color: 9446268.
HSL color Cylindrical-coordinate representation of color #7C2390: hue angle of 288.99º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7C2390 is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 124 | 35 | 144 | - |
| CMYK | 0.14 | 0.76 | 0 | 0.44 |
| HSL | 288.99º | 0.61% | 0.35% | - |
| HSV(B) | 288.99º | 0.76% | 0.56% | - |
| XYZ | 13.95 | 7.5 | 27.1 | - |
| YUV | 74.04 | 167.49 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 35 | 144 | 0.14 | 0.76 | 0 | 0.44 | 288.99 | 0.61 | 0.35 |
| Hex | 7C | 23 | 90 | E | 4C | 0 | 2C | 121 | 3D | 23 |
| Octal | 174 | 43 | 220 | 16 | 114 | 0 | 54 | 441 | 75 | 43 |
| Binary | 1111100 | 100011 | 10010000 | 1110 | 1001100 | 0 | 101100 | 100100001 | 111101 | 100011 |
Color Harmonies of #7C2390
Complementary color
Monochromatic Colors of #7C2390
Black with #7C2390
Text Example
Text Example
White with #7C2390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2390; }
p { color: rgb(124,35,144); }
H1.HeaderClassName
{
color: #7C2390;
}
.AnyTagClassName
{
color: #7C2390;
}
</style>
background-color css
<style>
a { background-color: #7C2390; }
a { background-color: rgb(124,35,144); }
div.DivClassName
{
background-color: #7C2390;
}
.BgClassName
{
background-color: #7C2390;
}
</style>
border-color css
<style>
span { border-color: #7C2390; }
span { border-color: rgb(124,35,144); }
td.TdClassName
{
border-color: #7C2390;
}
.TagClassName
{
border-color: #7C2390;
}
</style>