Shades of Blue Violet #7D16E9
Tints of Blue Violet #7D16E9
RGB
CMYK
RGB Variations
Color information
#7D16E9 (or 0x7D16E9) is known color: Blue Violet. HEX triplet: 7D, 16 and E9. RGB value is (125,22,233). Sum of RGB (Red+Green+Blue) = 125+22+233=380 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.89% from 380); Green value is 22 (8.98% from 255 or 5.79% from 380); Blue value is 233 (91.41% from 255 or 61.32% from 380); Max value from RGB is 233 - color contains mainly: blue. Hex color #7D16E9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D16E9 is #82E916. Grayscale: #4C4C4C. Windows color (decimal): -8579351 or 15275645. OLE color: 15275645.
HSL color Cylindrical-coordinate representation of color #7D16E9: hue angle of 269.29º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7D16E9 is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 125 | 22 | 233 | - |
| CMYK | 0.46 | 0.91 | 0 | 0.09 |
| HSL | 269.29º | 0.83% | 0.5% | - |
| HSV(B) | 269.29º | 0.91% | 0.91% | - |
| XYZ | 23.45 | 10.82 | 77.94 | - |
| YUV | 76.85 | 216.12 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 22 | 233 | 0.46 | 0.91 | 0 | 0.09 | 269.29 | 0.83 | 0.5 |
| Hex | 7D | 16 | E9 | 2E | 5B | 0 | 9 | 10D | 53 | 32 |
| Octal | 175 | 26 | 351 | 56 | 133 | 0 | 11 | 415 | 123 | 62 |
| Binary | 1111101 | 10110 | 11101001 | 101110 | 1011011 | 0 | 1001 | 100001101 | 1010011 | 110010 |
Color Harmonies of #7D16E9
Complementary color
Monochromatic Colors of #7D16E9
Black with #7D16E9
Text Example
Text Example
White with #7D16E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D16E9; }
p { color: rgb(125,22,233); }
H1.HeaderClassName
{
color: #7D16E9;
}
.AnyTagClassName
{
color: #7D16E9;
}
</style>
background-color css
<style>
a { background-color: #7D16E9; }
a { background-color: rgb(125,22,233); }
div.DivClassName
{
background-color: #7D16E9;
}
.BgClassName
{
background-color: #7D16E9;
}
</style>
border-color css
<style>
span { border-color: #7D16E9; }
span { border-color: rgb(125,22,233); }
td.TdClassName
{
border-color: #7D16E9;
}
.TagClassName
{
border-color: #7D16E9;
}
</style>