Shades of Blue Violet #7130EC
Tints of Blue Violet #7130EC
RGB
CMYK
RGB Variations
Color information
#7130EC (or 0x7130EC) is known color: Blue Violet. HEX triplet: 71, 30 and EC. RGB value is (113,48,236). Sum of RGB (Red+Green+Blue) = 113+48+236=397 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.46% from 397); Green value is 48 (19.14% from 255 or 12.09% from 397); Blue value is 236 (92.58% from 255 or 59.45% from 397); Max value from RGB is 236 - color contains mainly: blue. Hex color #7130EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7130EC is #8ECF13. Grayscale: #585858. Windows color (decimal): -9359124 or 15478897. OLE color: 15478897.
HSL color Cylindrical-coordinate representation of color #7130EC: hue angle of 260.74º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7130EC is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 48 | 236 | - |
| CMYK | 0.52 | 0.80 | 0 | 0.07 |
| HSL | 260.74º | 0.83% | 0.56% | - |
| HSV(B) | 260.74º | 0.8% | 0.93% | - |
| XYZ | 23.01 | 11.68 | 80.4 | - |
| YUV | 88.87 | 211.03 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 48 | 236 | 0.52 | 0.80 | 0 | 0.07 | 260.74 | 0.83 | 0.56 |
| Hex | 71 | 30 | EC | 34 | 50 | 0 | 7 | 105 | 53 | 38 |
| Octal | 161 | 60 | 354 | 64 | 120 | 0 | 7 | 405 | 123 | 70 |
| Binary | 1110001 | 110000 | 11101100 | 110100 | 1010000 | 0 | 111 | 100000101 | 1010011 | 111000 |
Color Harmonies of #7130EC
Complementary color
Monochromatic Colors of #7130EC
Black with #7130EC
Text Example
Text Example
White with #7130EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7130EC; }
p { color: rgb(113,48,236); }
H1.HeaderClassName
{
color: #7130EC;
}
.AnyTagClassName
{
color: #7130EC;
}
</style>
background-color css
<style>
a { background-color: #7130EC; }
a { background-color: rgb(113,48,236); }
div.DivClassName
{
background-color: #7130EC;
}
.BgClassName
{
background-color: #7130EC;
}
</style>
border-color css
<style>
span { border-color: #7130EC; }
span { border-color: rgb(113,48,236); }
td.TdClassName
{
border-color: #7130EC;
}
.TagClassName
{
border-color: #7130EC;
}
</style>