Shades of Blue Violet #7142EC
Tints of Blue Violet #7142EC
RGB
CMYK
RGB Variations
Color information
#7142EC (or 0x7142EC) is known color: Blue Violet. HEX triplet: 71, 42 and EC. RGB value is (113,66,236). Sum of RGB (Red+Green+Blue) = 113+66+236=415 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.23% from 415); Green value is 66 (26.17% from 255 or 15.90% from 415); Blue value is 236 (92.58% from 255 or 56.87% from 415); Max value from RGB is 236 - color contains mainly: blue. Hex color #7142EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7142EC is #8EBD13. Grayscale: #626262. Windows color (decimal): -9354516 or 15483505. OLE color: 15483505.
HSL color Cylindrical-coordinate representation of color #7142EC: hue angle of 256.59º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7142EC is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 66 | 236 | - |
| CMYK | 0.52 | 0.72 | 0 | 0.07 |
| HSL | 256.59º | 0.82% | 0.59% | - |
| HSV(B) | 256.59º | 0.72% | 0.93% | - |
| XYZ | 23.9 | 13.46 | 80.7 | - |
| YUV | 99.43 | 205.07 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 66 | 236 | 0.52 | 0.72 | 0 | 0.07 | 256.59 | 0.82 | 0.59 |
| Hex | 71 | 42 | EC | 34 | 48 | 0 | 7 | 101 | 52 | 3B |
| Octal | 161 | 102 | 354 | 64 | 110 | 0 | 7 | 401 | 122 | 73 |
| Binary | 1110001 | 1000010 | 11101100 | 110100 | 1001000 | 0 | 111 | 100000001 | 1010010 | 111011 |
Color Harmonies of #7142EC
Complementary color
Monochromatic Colors of #7142EC
Black with #7142EC
Text Example
Text Example
White with #7142EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7142EC; }
p { color: rgb(113,66,236); }
H1.HeaderClassName
{
color: #7142EC;
}
.AnyTagClassName
{
color: #7142EC;
}
</style>
background-color css
<style>
a { background-color: #7142EC; }
a { background-color: rgb(113,66,236); }
div.DivClassName
{
background-color: #7142EC;
}
.BgClassName
{
background-color: #7142EC;
}
</style>
border-color css
<style>
span { border-color: #7142EC; }
span { border-color: rgb(113,66,236); }
td.TdClassName
{
border-color: #7142EC;
}
.TagClassName
{
border-color: #7142EC;
}
</style>