Shades of Blue Violet #7B17EC
Tints of Blue Violet #7B17EC
RGB
CMYK
RGB Variations
Color information
#7B17EC (or 0x7B17EC) is known color: Blue Violet. HEX triplet: 7B, 17 and EC. RGB value is (123,23,236). Sum of RGB (Red+Green+Blue) = 123+23+236=382 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.20% from 382); Green value is 23 (9.38% from 255 or 6.02% from 382); Blue value is 236 (92.58% from 255 or 61.78% from 382); Max value from RGB is 236 - color contains mainly: blue. Hex color #7B17EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B17EC is #84E813. Grayscale: #4C4C4C. Windows color (decimal): -8710164 or 15472507. OLE color: 15472507.
HSL color Cylindrical-coordinate representation of color #7B17EC: hue angle of 268.17º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7B17EC is Cyan = 0.48, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 23 | 236 | - |
| CMYK | 0.48 | 0.90 | 0 | 0.07 |
| HSL | 268.17º | 0.85% | 0.51% | - |
| HSV(B) | 268.17º | 0.9% | 0.93% | - |
| XYZ | 23.62 | 10.88 | 80.21 | - |
| YUV | 77.18 | 217.63 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 23 | 236 | 0.48 | 0.90 | 0 | 0.07 | 268.17 | 0.85 | 0.51 |
| Hex | 7B | 17 | EC | 30 | 5A | 0 | 7 | 10C | 55 | 33 |
| Octal | 173 | 27 | 354 | 60 | 132 | 0 | 7 | 414 | 125 | 63 |
| Binary | 1111011 | 10111 | 11101100 | 110000 | 1011010 | 0 | 111 | 100001100 | 1010101 | 110011 |
Color Harmonies of #7B17EC
Complementary color
Monochromatic Colors of #7B17EC
Black with #7B17EC
Text Example
Text Example
White with #7B17EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B17EC; }
p { color: rgb(123,23,236); }
H1.HeaderClassName
{
color: #7B17EC;
}
.AnyTagClassName
{
color: #7B17EC;
}
</style>
background-color css
<style>
a { background-color: #7B17EC; }
a { background-color: rgb(123,23,236); }
div.DivClassName
{
background-color: #7B17EC;
}
.BgClassName
{
background-color: #7B17EC;
}
</style>
border-color css
<style>
span { border-color: #7B17EC; }
span { border-color: rgb(123,23,236); }
td.TdClassName
{
border-color: #7B17EC;
}
.TagClassName
{
border-color: #7B17EC;
}
</style>