Shades of Vivid Violet #7E2CAB
Tints of Vivid Violet #7E2CAB
RGB
CMYK
RGB Variations
Color information
#7E2CAB (or 0x7E2CAB) is known color: Vivid Violet. HEX triplet: 7E, 2C and AB. RGB value is (126,44,171). Sum of RGB (Red+Green+Blue) = 126+44+171=341 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.95% from 341); Green value is 44 (17.58% from 255 or 12.90% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #7E2CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E2CAB is #81D354. Grayscale: #525252. Windows color (decimal): -8508245 or 11218046. OLE color: 11218046.
HSL color Cylindrical-coordinate representation of color #7E2CAB: hue angle of 278.74º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7E2CAB is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 44 | 171 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.33 |
| HSL | 278.74º | 0.59% | 0.42% | - |
| HSV(B) | 278.74º | 0.74% | 0.67% | - |
| XYZ | 16.86 | 9.18 | 39.41 | - |
| YUV | 83 | 177.67 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 44 | 171 | 0.26 | 0.74 | 0 | 0.33 | 278.74 | 0.59 | 0.42 |
| Hex | 7E | 2C | AB | 1A | 4A | 0 | 21 | 117 | 3B | 2A |
| Octal | 176 | 54 | 253 | 32 | 112 | 0 | 41 | 427 | 73 | 52 |
| Binary | 1111110 | 101100 | 10101011 | 11010 | 1001010 | 0 | 100001 | 100010111 | 111011 | 101010 |
Color Harmonies of #7E2CAB
Complementary color
Monochromatic Colors of #7E2CAB
Black with #7E2CAB
Text Example
Text Example
White with #7E2CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2CAB; }
p { color: rgb(126,44,171); }
H1.HeaderClassName
{
color: #7E2CAB;
}
.AnyTagClassName
{
color: #7E2CAB;
}
</style>
background-color css
<style>
a { background-color: #7E2CAB; }
a { background-color: rgb(126,44,171); }
div.DivClassName
{
background-color: #7E2CAB;
}
.BgClassName
{
background-color: #7E2CAB;
}
</style>
border-color css
<style>
span { border-color: #7E2CAB; }
span { border-color: rgb(126,44,171); }
td.TdClassName
{
border-color: #7E2CAB;
}
.TagClassName
{
border-color: #7E2CAB;
}
</style>