Shades of Blue Violet #7141EC
Tints of Blue Violet #7141EC
RGB
CMYK
RGB Variations
Color information
#7141EC (or 0x7141EC) is known color: Blue Violet. HEX triplet: 71, 41 and EC. RGB value is (113,65,236). Sum of RGB (Red+Green+Blue) = 113+65+236=414 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.29% from 414); Green value is 65 (25.78% from 255 or 15.70% from 414); Blue value is 236 (92.58% from 255 or 57.00% from 414); Max value from RGB is 236 - color contains mainly: blue. Hex color #7141EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7141EC is #8EBE13. Grayscale: #626262. Windows color (decimal): -9354772 or 15483249. OLE color: 15483249.
HSL color Cylindrical-coordinate representation of color #7141EC: hue angle of 256.84º 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 #7141EC is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 65 | 236 | - |
| CMYK | 0.52 | 0.72 | 0 | 0.07 |
| HSL | 256.84º | 0.82% | 0.59% | - |
| HSV(B) | 256.84º | 0.72% | 0.93% | - |
| XYZ | 23.84 | 13.35 | 80.68 | - |
| YUV | 98.85 | 205.4 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 65 | 236 | 0.52 | 0.72 | 0 | 0.07 | 256.84 | 0.82 | 0.59 |
| Hex | 71 | 41 | EC | 34 | 48 | 0 | 7 | 101 | 52 | 3B |
| Octal | 161 | 101 | 354 | 64 | 110 | 0 | 7 | 401 | 122 | 73 |
| Binary | 1110001 | 1000001 | 11101100 | 110100 | 1001000 | 0 | 111 | 100000001 | 1010010 | 111011 |
Color Harmonies of #7141EC
Complementary color
Monochromatic Colors of #7141EC
Black with #7141EC
Text Example
Text Example
White with #7141EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7141EC; }
p { color: rgb(113,65,236); }
H1.HeaderClassName
{
color: #7141EC;
}
.AnyTagClassName
{
color: #7141EC;
}
</style>
background-color css
<style>
a { background-color: #7141EC; }
a { background-color: rgb(113,65,236); }
div.DivClassName
{
background-color: #7141EC;
}
.BgClassName
{
background-color: #7141EC;
}
</style>
border-color css
<style>
span { border-color: #7141EC; }
span { border-color: rgb(113,65,236); }
td.TdClassName
{
border-color: #7141EC;
}
.TagClassName
{
border-color: #7141EC;
}
</style>