Shades of Blue Violet #7130E1
Tints of Blue Violet #7130E1
RGB
CMYK
RGB Variations
Color information
#7130E1 (or 0x7130E1) is known color: Blue Violet. HEX triplet: 71, 30 and E1. RGB value is (113,48,225). Sum of RGB (Red+Green+Blue) = 113+48+225=386 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.27% from 386); Green value is 48 (19.14% from 255 or 12.44% from 386); Blue value is 225 (88.28% from 255 or 58.29% from 386); Max value from RGB is 225 - color contains mainly: blue. Hex color #7130E1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7130E1 is #8ECF1E. Grayscale: #565656. Windows color (decimal): -9359135 or 14758001. OLE color: 14758001.
HSL color Cylindrical-coordinate representation of color #7130E1: hue angle of 262.03º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7130E1 is Cyan = 0.50, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 113 | 48 | 225 | - |
| CMYK | 0.50 | 0.79 | 0 | 0.12 |
| HSL | 262.03º | 0.75% | 0.54% | - |
| HSV(B) | 262.03º | 0.79% | 0.88% | - |
| XYZ | 21.46 | 11.06 | 72.24 | - |
| YUV | 87.61 | 205.53 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 48 | 225 | 0.50 | 0.79 | 0 | 0.12 | 262.03 | 0.75 | 0.54 |
| Hex | 71 | 30 | E1 | 32 | 4F | 0 | C | 106 | 4B | 36 |
| Octal | 161 | 60 | 341 | 62 | 117 | 0 | 14 | 406 | 113 | 66 |
| Binary | 1110001 | 110000 | 11100001 | 110010 | 1001111 | 0 | 1100 | 100000110 | 1001011 | 110110 |
Color Harmonies of #7130E1
Complementary color
Monochromatic Colors of #7130E1
Black with #7130E1
Text Example
Text Example
White with #7130E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7130E1; }
p { color: rgb(113,48,225); }
H1.HeaderClassName
{
color: #7130E1;
}
.AnyTagClassName
{
color: #7130E1;
}
</style>
background-color css
<style>
a { background-color: #7130E1; }
a { background-color: rgb(113,48,225); }
div.DivClassName
{
background-color: #7130E1;
}
.BgClassName
{
background-color: #7130E1;
}
</style>
border-color css
<style>
span { border-color: #7130E1; }
span { border-color: rgb(113,48,225); }
td.TdClassName
{
border-color: #7130E1;
}
.TagClassName
{
border-color: #7130E1;
}
</style>