Shades of Blue Violet #7140EE
Tints of Blue Violet #7140EE
RGB
CMYK
RGB Variations
Color information
#7140EE (or 0x7140EE) is known color: Blue Violet. HEX triplet: 71, 40 and EE. RGB value is (113,64,238). Sum of RGB (Red+Green+Blue) = 113+64+238=415 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.23% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 238 (93.36% from 255 or 57.35% from 415); Max value from RGB is 238 - color contains mainly: blue. Hex color #7140EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7140EE is #8EBF11. Grayscale: #616161. Windows color (decimal): -9355026 or 15614065. OLE color: 15614065.
HSL color Cylindrical-coordinate representation of color #7140EE: hue angle of 256.9º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7140EE is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 64 | 238 | - |
| CMYK | 0.53 | 0.73 | 0 | 0.07 |
| HSL | 256.9º | 0.84% | 0.59% | - |
| HSV(B) | 256.9º | 0.73% | 0.93% | - |
| XYZ | 24.08 | 13.35 | 82.2 | - |
| YUV | 98.49 | 206.73 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 64 | 238 | 0.53 | 0.73 | 0 | 0.07 | 256.9 | 0.84 | 0.59 |
| Hex | 71 | 40 | EE | 35 | 49 | 0 | 7 | 101 | 54 | 3B |
| Octal | 161 | 100 | 356 | 65 | 111 | 0 | 7 | 401 | 124 | 73 |
| Binary | 1110001 | 1000000 | 11101110 | 110101 | 1001001 | 0 | 111 | 100000001 | 1010100 | 111011 |
Color Harmonies of #7140EE
Complementary color
Monochromatic Colors of #7140EE
Black with #7140EE
Text Example
Text Example
White with #7140EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7140EE; }
p { color: rgb(113,64,238); }
H1.HeaderClassName
{
color: #7140EE;
}
.AnyTagClassName
{
color: #7140EE;
}
</style>
background-color css
<style>
a { background-color: #7140EE; }
a { background-color: rgb(113,64,238); }
div.DivClassName
{
background-color: #7140EE;
}
.BgClassName
{
background-color: #7140EE;
}
</style>
border-color css
<style>
span { border-color: #7140EE; }
span { border-color: rgb(113,64,238); }
td.TdClassName
{
border-color: #7140EE;
}
.TagClassName
{
border-color: #7140EE;
}
</style>