Shades of Blue Violet #7123EC
Tints of Blue Violet #7123EC
RGB
CMYK
RGB Variations
Color information
#7123EC (or 0x7123EC) is known color: Blue Violet. HEX triplet: 71, 23 and EC. RGB value is (113,35,236). Sum of RGB (Red+Green+Blue) = 113+35+236=384 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.43% from 384); Green value is 35 (14.06% from 255 or 9.11% from 384); Blue value is 236 (92.58% from 255 or 61.46% from 384); Max value from RGB is 236 - color contains mainly: blue. Hex color #7123EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7123EC is #8EDC13. Grayscale: #505050. Windows color (decimal): -9362452 or 15475569. OLE color: 15475569.
HSL color Cylindrical-coordinate representation of color #7123EC: hue angle of 263.28º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7123EC is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 35 | 236 | - |
| CMYK | 0.52 | 0.85 | 0 | 0.07 |
| HSL | 263.28º | 0.84% | 0.53% | - |
| HSV(B) | 263.28º | 0.85% | 0.93% | - |
| XYZ | 22.55 | 10.77 | 80.25 | - |
| YUV | 81.24 | 215.34 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 35 | 236 | 0.52 | 0.85 | 0 | 0.07 | 263.28 | 0.84 | 0.53 |
| Hex | 71 | 23 | EC | 34 | 55 | 0 | 7 | 107 | 54 | 35 |
| Octal | 161 | 43 | 354 | 64 | 125 | 0 | 7 | 407 | 124 | 65 |
| Binary | 1110001 | 100011 | 11101100 | 110100 | 1010101 | 0 | 111 | 100000111 | 1010100 | 110101 |
Color Harmonies of #7123EC
Complementary color
Monochromatic Colors of #7123EC
Black with #7123EC
Text Example
Text Example
White with #7123EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7123EC; }
p { color: rgb(113,35,236); }
H1.HeaderClassName
{
color: #7123EC;
}
.AnyTagClassName
{
color: #7123EC;
}
</style>
background-color css
<style>
a { background-color: #7123EC; }
a { background-color: rgb(113,35,236); }
div.DivClassName
{
background-color: #7123EC;
}
.BgClassName
{
background-color: #7123EC;
}
</style>
border-color css
<style>
span { border-color: #7123EC; }
span { border-color: rgb(113,35,236); }
td.TdClassName
{
border-color: #7123EC;
}
.TagClassName
{
border-color: #7123EC;
}
</style>