Shades of Blue Violet #7129EB
Tints of Blue Violet #7129EB
RGB
CMYK
RGB Variations
Color information
#7129EB (or 0x7129EB) is known color: Blue Violet. HEX triplet: 71, 29 and EB. RGB value is (113,41,235). Sum of RGB (Red+Green+Blue) = 113+41+235=389 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.05% from 389); Green value is 41 (16.41% from 255 or 10.54% from 389); Blue value is 235 (92.19% from 255 or 60.41% from 389); Max value from RGB is 235 - color contains mainly: blue. Hex color #7129EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7129EB is #8ED614. Grayscale: #535353. Windows color (decimal): -9360917 or 15411569. OLE color: 15411569.
HSL color Cylindrical-coordinate representation of color #7129EB: hue angle of 262.27º degrees, saturation: 0.83, 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 #7129EB is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 113 | 41 | 235 | - |
| CMYK | 0.52 | 0.83 | 0 | 0.08 |
| HSL | 262.27º | 0.83% | 0.54% | - |
| HSV(B) | 262.27º | 0.83% | 0.92% | - |
| XYZ | 22.6 | 11.09 | 79.55 | - |
| YUV | 84.64 | 212.85 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 41 | 235 | 0.52 | 0.83 | 0 | 0.08 | 262.27 | 0.83 | 0.54 |
| Hex | 71 | 29 | EB | 34 | 53 | 0 | 8 | 106 | 53 | 36 |
| Octal | 161 | 51 | 353 | 64 | 123 | 0 | 10 | 406 | 123 | 66 |
| Binary | 1110001 | 101001 | 11101011 | 110100 | 1010011 | 0 | 1000 | 100000110 | 1010011 | 110110 |
Color Harmonies of #7129EB
Complementary color
Monochromatic Colors of #7129EB
Black with #7129EB
Text Example
Text Example
White with #7129EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7129EB; }
p { color: rgb(113,41,235); }
H1.HeaderClassName
{
color: #7129EB;
}
.AnyTagClassName
{
color: #7129EB;
}
</style>
background-color css
<style>
a { background-color: #7129EB; }
a { background-color: rgb(113,41,235); }
div.DivClassName
{
background-color: #7129EB;
}
.BgClassName
{
background-color: #7129EB;
}
</style>
border-color css
<style>
span { border-color: #7129EB; }
span { border-color: rgb(113,41,235); }
td.TdClassName
{
border-color: #7129EB;
}
.TagClassName
{
border-color: #7129EB;
}
</style>