Shades of Vivid Violet #7E18AB
Tints of Vivid Violet #7E18AB
RGB
CMYK
RGB Variations
Color information
#7E18AB (or 0x7E18AB) is known color: Vivid Violet. HEX triplet: 7E, 18 and AB. RGB value is (126,24,171). Sum of RGB (Red+Green+Blue) = 126+24+171=321 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.25% from 321); Green value is 24 (9.77% from 255 or 7.48% from 321); Blue value is 171 (67.19% from 255 or 53.27% from 321); Max value from RGB is 171 - color contains mainly: blue. Hex color #7E18AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E18AB is #81E754. Grayscale: #464646. Windows color (decimal): -8513365 or 11212926. OLE color: 11212926.
HSL color Cylindrical-coordinate representation of color #7E18AB: hue angle of 281.63º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7E18AB is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 24 | 171 | - |
| CMYK | 0.26 | 0.86 | 0 | 0.33 |
| HSL | 281.63º | 0.75% | 0.38% | - |
| HSV(B) | 281.63º | 0.86% | 0.67% | - |
| XYZ | 16.28 | 8.03 | 39.22 | - |
| YUV | 71.26 | 184.29 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 24 | 171 | 0.26 | 0.86 | 0 | 0.33 | 281.63 | 0.75 | 0.38 |
| Hex | 7E | 18 | AB | 1A | 56 | 0 | 21 | 11A | 4B | 26 |
| Octal | 176 | 30 | 253 | 32 | 126 | 0 | 41 | 432 | 113 | 46 |
| Binary | 1111110 | 11000 | 10101011 | 11010 | 1010110 | 0 | 100001 | 100011010 | 1001011 | 100110 |
Color Harmonies of #7E18AB
Complementary color
Monochromatic Colors of #7E18AB
Black with #7E18AB
Text Example
Text Example
White with #7E18AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E18AB; }
p { color: rgb(126,24,171); }
H1.HeaderClassName
{
color: #7E18AB;
}
.AnyTagClassName
{
color: #7E18AB;
}
</style>
background-color css
<style>
a { background-color: #7E18AB; }
a { background-color: rgb(126,24,171); }
div.DivClassName
{
background-color: #7E18AB;
}
.BgClassName
{
background-color: #7E18AB;
}
</style>
border-color css
<style>
span { border-color: #7E18AB; }
span { border-color: rgb(126,24,171); }
td.TdClassName
{
border-color: #7E18AB;
}
.TagClassName
{
border-color: #7E18AB;
}
</style>