Shades of Blue Violet #7E16CD
Tints of Blue Violet #7E16CD
RGB
CMYK
RGB Variations
Color information
#7E16CD (or 0x7E16CD) is known color: Blue Violet. HEX triplet: 7E, 16 and CD. RGB value is (126,22,205). Sum of RGB (Red+Green+Blue) = 126+22+205=353 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.69% from 353); Green value is 22 (8.98% from 255 or 6.23% from 353); Blue value is 205 (80.47% from 255 or 58.07% from 353); Max value from RGB is 205 - color contains mainly: blue. Hex color #7E16CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E16CD is #81E932. Grayscale: #494949. Windows color (decimal): -8513843 or 13440638. OLE color: 13440638.
HSL color Cylindrical-coordinate representation of color #7E16CD: hue angle of 274.1º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7E16CD is Cyan = 0.39, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 126 | 22 | 205 | - |
| CMYK | 0.39 | 0.89 | 0 | 0.20 |
| HSL | 274.1º | 0.81% | 0.45% | - |
| HSV(B) | 274.1º | 0.89% | 0.8% | - |
| XYZ | 19.91 | 9.42 | 58.53 | - |
| YUV | 73.96 | 201.96 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 22 | 205 | 0.39 | 0.89 | 0 | 0.20 | 274.1 | 0.81 | 0.45 |
| Hex | 7E | 16 | CD | 27 | 59 | 0 | 14 | 112 | 51 | 2D |
| Octal | 176 | 26 | 315 | 47 | 131 | 0 | 24 | 422 | 121 | 55 |
| Binary | 1111110 | 10110 | 11001101 | 100111 | 1011001 | 0 | 10100 | 100010010 | 1010001 | 101101 |
Color Harmonies of #7E16CD
Complementary color
Monochromatic Colors of #7E16CD
Black with #7E16CD
Text Example
Text Example
White with #7E16CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E16CD; }
p { color: rgb(126,22,205); }
H1.HeaderClassName
{
color: #7E16CD;
}
.AnyTagClassName
{
color: #7E16CD;
}
</style>
background-color css
<style>
a { background-color: #7E16CD; }
a { background-color: rgb(126,22,205); }
div.DivClassName
{
background-color: #7E16CD;
}
.BgClassName
{
background-color: #7E16CD;
}
</style>
border-color css
<style>
span { border-color: #7E16CD; }
span { border-color: rgb(126,22,205); }
td.TdClassName
{
border-color: #7E16CD;
}
.TagClassName
{
border-color: #7E16CD;
}
</style>