Shades of Blue Violet #7139EE
Tints of Blue Violet #7139EE
RGB
CMYK
RGB Variations
Color information
#7139EE (or 0x7139EE) is known color: Blue Violet. HEX triplet: 71, 39 and EE. RGB value is (113,57,238). Sum of RGB (Red+Green+Blue) = 113+57+238=408 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.70% from 408); Green value is 57 (22.66% from 255 or 13.97% from 408); Blue value is 238 (93.36% from 255 or 58.33% from 408); Max value from RGB is 238 - color contains mainly: blue. Hex color #7139EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7139EE is #8EC611. Grayscale: #5D5D5D. Windows color (decimal): -9356818 or 15612273. OLE color: 15612273.
HSL color Cylindrical-coordinate representation of color #7139EE: hue angle of 258.56º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7139EE is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 57 | 238 | - |
| CMYK | 0.53 | 0.76 | 0 | 0.07 |
| HSL | 258.56º | 0.84% | 0.58% | - |
| HSV(B) | 258.56º | 0.76% | 0.93% | - |
| XYZ | 23.71 | 12.61 | 82.07 | - |
| YUV | 94.38 | 209.05 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 57 | 238 | 0.53 | 0.76 | 0 | 0.07 | 258.56 | 0.84 | 0.58 |
| Hex | 71 | 39 | EE | 35 | 4C | 0 | 7 | 103 | 54 | 3A |
| Octal | 161 | 71 | 356 | 65 | 114 | 0 | 7 | 403 | 124 | 72 |
| Binary | 1110001 | 111001 | 11101110 | 110101 | 1001100 | 0 | 111 | 100000011 | 1010100 | 111010 |
Color Harmonies of #7139EE
Complementary color
Monochromatic Colors of #7139EE
Black with #7139EE
Text Example
Text Example
White with #7139EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7139EE; }
p { color: rgb(113,57,238); }
H1.HeaderClassName
{
color: #7139EE;
}
.AnyTagClassName
{
color: #7139EE;
}
</style>
background-color css
<style>
a { background-color: #7139EE; }
a { background-color: rgb(113,57,238); }
div.DivClassName
{
background-color: #7139EE;
}
.BgClassName
{
background-color: #7139EE;
}
</style>
border-color css
<style>
span { border-color: #7139EE; }
span { border-color: rgb(113,57,238); }
td.TdClassName
{
border-color: #7139EE;
}
.TagClassName
{
border-color: #7139EE;
}
</style>