Shades of Blue Violet #7123E6
Tints of Blue Violet #7123E6
RGB
CMYK
RGB Variations
Color information
#7123E6 (or 0x7123E6) is known color: Blue Violet. HEX triplet: 71, 23 and E6. RGB value is (113,35,230). Sum of RGB (Red+Green+Blue) = 113+35+230=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 35 (14.06% from 255 or 9.26% from 378); Blue value is 230 (90.23% from 255 or 60.85% from 378); Max value from RGB is 230 - color contains mainly: blue. Hex color #7123E6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7123E6 is #8EDC19. Grayscale: #4F4F4F. Windows color (decimal): -9362458 or 15082353. OLE color: 15082353.
HSL color Cylindrical-coordinate representation of color #7123E6: hue angle of 264º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7123E6 is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 113 | 35 | 230 | - |
| CMYK | 0.51 | 0.85 | 0 | 0.10 |
| HSL | 264º | 0.8% | 0.52% | - |
| HSV(B) | 264º | 0.85% | 0.9% | - |
| XYZ | 21.69 | 10.43 | 75.73 | - |
| YUV | 80.55 | 212.34 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 35 | 230 | 0.51 | 0.85 | 0 | 0.10 | 264 | 0.8 | 0.52 |
| Hex | 71 | 23 | E6 | 33 | 55 | 0 | A | 108 | 50 | 34 |
| Octal | 161 | 43 | 346 | 63 | 125 | 0 | 12 | 410 | 120 | 64 |
| Binary | 1110001 | 100011 | 11100110 | 110011 | 1010101 | 0 | 1010 | 100001000 | 1010000 | 110100 |
Color Harmonies of #7123E6
Complementary color
Monochromatic Colors of #7123E6
Black with #7123E6
Text Example
Text Example
White with #7123E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7123E6; }
p { color: rgb(113,35,230); }
H1.HeaderClassName
{
color: #7123E6;
}
.AnyTagClassName
{
color: #7123E6;
}
</style>
background-color css
<style>
a { background-color: #7123E6; }
a { background-color: rgb(113,35,230); }
div.DivClassName
{
background-color: #7123E6;
}
.BgClassName
{
background-color: #7123E6;
}
</style>
border-color css
<style>
span { border-color: #7123E6; }
span { border-color: rgb(113,35,230); }
td.TdClassName
{
border-color: #7123E6;
}
.TagClassName
{
border-color: #7123E6;
}
</style>