Shades of Blue Violet #7127EA
Tints of Blue Violet #7127EA
RGB
CMYK
RGB Variations
Color information
#7127EA (or 0x7127EA) is known color: Blue Violet. HEX triplet: 71, 27 and EA. RGB value is (113,39,234). Sum of RGB (Red+Green+Blue) = 113+39+234=386 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.27% from 386); Green value is 39 (15.62% from 255 or 10.10% from 386); Blue value is 234 (91.80% from 255 or 60.62% from 386); Max value from RGB is 234 - color contains mainly: blue. Hex color #7127EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7127EA is #8ED815. Grayscale: #525252. Windows color (decimal): -9361430 or 15345521. OLE color: 15345521.
HSL color Cylindrical-coordinate representation of color #7127EA: hue angle of 262.77º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7127EA is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 113 | 39 | 234 | - |
| CMYK | 0.52 | 0.83 | 0 | 0.08 |
| HSL | 262.77º | 0.82% | 0.54% | - |
| HSV(B) | 262.77º | 0.83% | 0.92% | - |
| XYZ | 22.39 | 10.9 | 78.77 | - |
| YUV | 83.36 | 213.02 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 39 | 234 | 0.52 | 0.83 | 0 | 0.08 | 262.77 | 0.82 | 0.54 |
| Hex | 71 | 27 | EA | 34 | 53 | 0 | 8 | 107 | 52 | 36 |
| Octal | 161 | 47 | 352 | 64 | 123 | 0 | 10 | 407 | 122 | 66 |
| Binary | 1110001 | 100111 | 11101010 | 110100 | 1010011 | 0 | 1000 | 100000111 | 1010010 | 110110 |
Color Harmonies of #7127EA
Complementary color
Monochromatic Colors of #7127EA
Black with #7127EA
Text Example
Text Example
White with #7127EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7127EA; }
p { color: rgb(113,39,234); }
H1.HeaderClassName
{
color: #7127EA;
}
.AnyTagClassName
{
color: #7127EA;
}
</style>
background-color css
<style>
a { background-color: #7127EA; }
a { background-color: rgb(113,39,234); }
div.DivClassName
{
background-color: #7127EA;
}
.BgClassName
{
background-color: #7127EA;
}
</style>
border-color css
<style>
span { border-color: #7127EA; }
span { border-color: rgb(113,39,234); }
td.TdClassName
{
border-color: #7127EA;
}
.TagClassName
{
border-color: #7127EA;
}
</style>