Shades of Blue Violet #7123EB
Tints of Blue Violet #7123EB
RGB
CMYK
RGB Variations
Color information
#7123EB (or 0x7123EB) is known color: Blue Violet. HEX triplet: 71, 23 and EB. RGB value is (113,35,235). Sum of RGB (Red+Green+Blue) = 113+35+235=383 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.50% from 383); Green value is 35 (14.06% from 255 or 9.14% from 383); Blue value is 235 (92.19% from 255 or 61.36% from 383); Max value from RGB is 235 - color contains mainly: blue. Hex color #7123EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7123EB is #8EDC14. Grayscale: #505050. Windows color (decimal): -9362453 or 15410033. OLE color: 15410033.
HSL color Cylindrical-coordinate representation of color #7123EB: hue angle of 263.4º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7123EB is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 113 | 35 | 235 | - |
| CMYK | 0.52 | 0.85 | 0 | 0.08 |
| HSL | 263.4º | 0.83% | 0.53% | - |
| HSV(B) | 263.4º | 0.85% | 0.92% | - |
| XYZ | 22.41 | 10.71 | 79.48 | - |
| YUV | 81.12 | 214.84 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 35 | 235 | 0.52 | 0.85 | 0 | 0.08 | 263.4 | 0.83 | 0.53 |
| Hex | 71 | 23 | EB | 34 | 55 | 0 | 8 | 107 | 53 | 35 |
| Octal | 161 | 43 | 353 | 64 | 125 | 0 | 10 | 407 | 123 | 65 |
| Binary | 1110001 | 100011 | 11101011 | 110100 | 1010101 | 0 | 1000 | 100000111 | 1010011 | 110101 |
Color Harmonies of #7123EB
Complementary color
Monochromatic Colors of #7123EB
Black with #7123EB
Text Example
Text Example
White with #7123EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7123EB; }
p { color: rgb(113,35,235); }
H1.HeaderClassName
{
color: #7123EB;
}
.AnyTagClassName
{
color: #7123EB;
}
</style>
background-color css
<style>
a { background-color: #7123EB; }
a { background-color: rgb(113,35,235); }
div.DivClassName
{
background-color: #7123EB;
}
.BgClassName
{
background-color: #7123EB;
}
</style>
border-color css
<style>
span { border-color: #7123EB; }
span { border-color: rgb(113,35,235); }
td.TdClassName
{
border-color: #7123EB;
}
.TagClassName
{
border-color: #7123EB;
}
</style>