Shades of Blue Violet #7130EA
Tints of Blue Violet #7130EA
RGB
CMYK
RGB Variations
Color information
#7130EA (or 0x7130EA) is known color: Blue Violet. HEX triplet: 71, 30 and EA. RGB value is (113,48,234). Sum of RGB (Red+Green+Blue) = 113+48+234=395 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.61% from 395); Green value is 48 (19.14% from 255 or 12.15% from 395); Blue value is 234 (91.80% from 255 or 59.24% from 395); Max value from RGB is 234 - color contains mainly: blue. Hex color #7130EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7130EA is #8ECF15. Grayscale: #575757. Windows color (decimal): -9359126 or 15347825. OLE color: 15347825.
HSL color Cylindrical-coordinate representation of color #7130EA: hue angle of 260.97º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7130EA is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 113 | 48 | 234 | - |
| CMYK | 0.52 | 0.79 | 0 | 0.08 |
| HSL | 260.97º | 0.82% | 0.55% | - |
| HSV(B) | 260.97º | 0.79% | 0.92% | - |
| XYZ | 22.72 | 11.57 | 78.88 | - |
| YUV | 88.64 | 210.03 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 48 | 234 | 0.52 | 0.79 | 0 | 0.08 | 260.97 | 0.82 | 0.55 |
| Hex | 71 | 30 | EA | 34 | 4F | 0 | 8 | 105 | 52 | 37 |
| Octal | 161 | 60 | 352 | 64 | 117 | 0 | 10 | 405 | 122 | 67 |
| Binary | 1110001 | 110000 | 11101010 | 110100 | 1001111 | 0 | 1000 | 100000101 | 1010010 | 110111 |
Color Harmonies of #7130EA
Complementary color
Monochromatic Colors of #7130EA
Black with #7130EA
Text Example
Text Example
White with #7130EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7130EA; }
p { color: rgb(113,48,234); }
H1.HeaderClassName
{
color: #7130EA;
}
.AnyTagClassName
{
color: #7130EA;
}
</style>
background-color css
<style>
a { background-color: #7130EA; }
a { background-color: rgb(113,48,234); }
div.DivClassName
{
background-color: #7130EA;
}
.BgClassName
{
background-color: #7130EA;
}
</style>
border-color css
<style>
span { border-color: #7130EA; }
span { border-color: rgb(113,48,234); }
td.TdClassName
{
border-color: #7130EA;
}
.TagClassName
{
border-color: #7130EA;
}
</style>