Shades of Vivid Violet #7E2288
Tints of Vivid Violet #7E2288
RGB
CMYK
RGB Variations
Color information
#7E2288 (or 0x7E2288) is known color: Vivid Violet. HEX triplet: 7E, 22 and 88. RGB value is (126,34,136). Sum of RGB (Red+Green+Blue) = 126+34+136=296 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.57% from 296); Green value is 34 (13.67% from 255 or 11.49% from 296); Blue value is 136 (53.52% from 255 or 45.95% from 296); Max value from RGB is 136 - color contains mainly: blue. Hex color #7E2288 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E2288 is #81DD77. Grayscale: #484848. Windows color (decimal): -8510840 or 8921726. OLE color: 8921726.
HSL color Cylindrical-coordinate representation of color #7E2288: hue angle of 294.12º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7E2288 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 126 | 34 | 136 | - |
| CMYK | 0.07 | 0.75 | 0 | 0.47 |
| HSL | 294.12º | 0.6% | 0.33% | - |
| HSV(B) | 294.12º | 0.75% | 0.53% | - |
| XYZ | 13.62 | 7.36 | 23.99 | - |
| YUV | 73.14 | 163.48 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 34 | 136 | 0.07 | 0.75 | 0 | 0.47 | 294.12 | 0.6 | 0.33 |
| Hex | 7E | 22 | 88 | 7 | 4B | 0 | 2F | 126 | 3C | 21 |
| Octal | 176 | 42 | 210 | 7 | 113 | 0 | 57 | 446 | 74 | 41 |
| Binary | 1111110 | 100010 | 10001000 | 111 | 1001011 | 0 | 101111 | 100100110 | 111100 | 100001 |
Color Harmonies of #7E2288
Complementary color
Monochromatic Colors of #7E2288
Black with #7E2288
Text Example
Text Example
White with #7E2288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2288; }
p { color: rgb(126,34,136); }
H1.HeaderClassName
{
color: #7E2288;
}
.AnyTagClassName
{
color: #7E2288;
}
</style>
background-color css
<style>
a { background-color: #7E2288; }
a { background-color: rgb(126,34,136); }
div.DivClassName
{
background-color: #7E2288;
}
.BgClassName
{
background-color: #7E2288;
}
</style>
border-color css
<style>
span { border-color: #7E2288; }
span { border-color: rgb(126,34,136); }
td.TdClassName
{
border-color: #7E2288;
}
.TagClassName
{
border-color: #7E2288;
}
</style>