Shades of Blue Violet #7132E2
Tints of Blue Violet #7132E2
RGB
CMYK
RGB Variations
Color information
#7132E2 (or 0x7132E2) is known color: Blue Violet. HEX triplet: 71, 32 and E2. RGB value is (113,50,226). Sum of RGB (Red+Green+Blue) = 113+50+226=389 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.05% from 389); Green value is 50 (19.92% from 255 or 12.85% from 389); Blue value is 226 (88.67% from 255 or 58.10% from 389); Max value from RGB is 226 - color contains mainly: blue. Hex color #7132E2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7132E2 is #8ECD1D. Grayscale: #585858. Windows color (decimal): -9358622 or 14824049. OLE color: 14824049.
HSL color Cylindrical-coordinate representation of color #7132E2: hue angle of 261.48º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7132E2 is Cyan = 0.5, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 113 | 50 | 226 | - |
| CMYK | 0.5 | 0.78 | 0 | 0.11 |
| HSL | 261.48º | 0.75% | 0.54% | - |
| HSV(B) | 261.48º | 0.78% | 0.89% | - |
| XYZ | 21.68 | 11.28 | 72.99 | - |
| YUV | 88.9 | 205.37 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 50 | 226 | 0.5 | 0.78 | 0 | 0.11 | 261.48 | 0.75 | 0.54 |
| Hex | 71 | 32 | E2 | 32 | 4E | 0 | B | 105 | 4B | 36 |
| Octal | 161 | 62 | 342 | 62 | 116 | 0 | 13 | 405 | 113 | 66 |
| Binary | 1110001 | 110010 | 11100010 | 110010 | 1001110 | 0 | 1011 | 100000101 | 1001011 | 110110 |
Color Harmonies of #7132E2
Complementary color
Monochromatic Colors of #7132E2
Black with #7132E2
Text Example
Text Example
White with #7132E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7132E2; }
p { color: rgb(113,50,226); }
H1.HeaderClassName
{
color: #7132E2;
}
.AnyTagClassName
{
color: #7132E2;
}
</style>
background-color css
<style>
a { background-color: #7132E2; }
a { background-color: rgb(113,50,226); }
div.DivClassName
{
background-color: #7132E2;
}
.BgClassName
{
background-color: #7132E2;
}
</style>
border-color css
<style>
span { border-color: #7132E2; }
span { border-color: rgb(113,50,226); }
td.TdClassName
{
border-color: #7132E2;
}
.TagClassName
{
border-color: #7132E2;
}
</style>