Shades of Vivid Violet #7E248C
Tints of Vivid Violet #7E248C
RGB
CMYK
RGB Variations
Color information
#7E248C (or 0x7E248C) is known color: Vivid Violet. HEX triplet: 7E, 24 and 8C. RGB value is (126,36,140). Sum of RGB (Red+Green+Blue) = 126+36+140=302 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.72% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 140 (55.08% from 255 or 46.36% from 302); Max value from RGB is 140 - color contains mainly: blue. Hex color #7E248C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E248C is #81DB73. Grayscale: #4A4A4A. Windows color (decimal): -8510324 or 9184382. OLE color: 9184382.
HSL color Cylindrical-coordinate representation of color #7E248C: hue angle of 291.92º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7E248C is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 126 | 36 | 140 | - |
| CMYK | 0.10 | 0.74 | 0 | 0.45 |
| HSL | 291.92º | 0.59% | 0.35% | - |
| HSV(B) | 291.92º | 0.74% | 0.55% | - |
| XYZ | 13.97 | 7.59 | 25.54 | - |
| YUV | 74.77 | 164.82 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 36 | 140 | 0.10 | 0.74 | 0 | 0.45 | 291.92 | 0.59 | 0.35 |
| Hex | 7E | 24 | 8C | A | 4A | 0 | 2D | 124 | 3B | 23 |
| Octal | 176 | 44 | 214 | 12 | 112 | 0 | 55 | 444 | 73 | 43 |
| Binary | 1111110 | 100100 | 10001100 | 1010 | 1001010 | 0 | 101101 | 100100100 | 111011 | 100011 |
Color Harmonies of #7E248C
Complementary color
Monochromatic Colors of #7E248C
Black with #7E248C
Text Example
Text Example
White with #7E248C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E248C; }
p { color: rgb(126,36,140); }
H1.HeaderClassName
{
color: #7E248C;
}
.AnyTagClassName
{
color: #7E248C;
}
</style>
background-color css
<style>
a { background-color: #7E248C; }
a { background-color: rgb(126,36,140); }
div.DivClassName
{
background-color: #7E248C;
}
.BgClassName
{
background-color: #7E248C;
}
</style>
border-color css
<style>
span { border-color: #7E248C; }
span { border-color: rgb(126,36,140); }
td.TdClassName
{
border-color: #7E248C;
}
.TagClassName
{
border-color: #7E248C;
}
</style>