Shades of Blue Violet #7C17EB
Tints of Blue Violet #7C17EB
RGB
CMYK
RGB Variations
Color information
#7C17EB (or 0x7C17EB) is known color: Blue Violet. HEX triplet: 7C, 17 and EB. RGB value is (124,23,235). Sum of RGB (Red+Green+Blue) = 124+23+235=382 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.46% from 382); Green value is 23 (9.38% from 255 or 6.02% from 382); Blue value is 235 (92.19% from 255 or 61.52% from 382); Max value from RGB is 235 - color contains mainly: blue. Hex color #7C17EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C17EB is #83E814. Grayscale: #4C4C4C. Windows color (decimal): -8644629 or 15406972. OLE color: 15406972.
HSL color Cylindrical-coordinate representation of color #7C17EB: hue angle of 268.58º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7C17EB is Cyan = 0.47, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 124 | 23 | 235 | - |
| CMYK | 0.47 | 0.90 | 0 | 0.08 |
| HSL | 268.58º | 0.84% | 0.51% | - |
| HSV(B) | 268.58º | 0.9% | 0.92% | - |
| XYZ | 23.61 | 10.9 | 79.46 | - |
| YUV | 77.37 | 216.96 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 23 | 235 | 0.47 | 0.90 | 0 | 0.08 | 268.58 | 0.84 | 0.51 |
| Hex | 7C | 17 | EB | 2F | 5A | 0 | 8 | 10D | 54 | 33 |
| Octal | 174 | 27 | 353 | 57 | 132 | 0 | 10 | 415 | 124 | 63 |
| Binary | 1111100 | 10111 | 11101011 | 101111 | 1011010 | 0 | 1000 | 100001101 | 1010100 | 110011 |
Color Harmonies of #7C17EB
Complementary color
Monochromatic Colors of #7C17EB
Black with #7C17EB
Text Example
Text Example
White with #7C17EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C17EB; }
p { color: rgb(124,23,235); }
H1.HeaderClassName
{
color: #7C17EB;
}
.AnyTagClassName
{
color: #7C17EB;
}
</style>
background-color css
<style>
a { background-color: #7C17EB; }
a { background-color: rgb(124,23,235); }
div.DivClassName
{
background-color: #7C17EB;
}
.BgClassName
{
background-color: #7C17EB;
}
</style>
border-color css
<style>
span { border-color: #7C17EB; }
span { border-color: rgb(124,23,235); }
td.TdClassName
{
border-color: #7C17EB;
}
.TagClassName
{
border-color: #7C17EB;
}
</style>