Shades of Blue Violet #702FEB
Tints of Blue Violet #702FEB
RGB
CMYK
RGB Variations
Color information
#702FEB (or 0x702FEB) is known color: Blue Violet. HEX triplet: 70, 2F and EB. RGB value is (112,47,235). Sum of RGB (Red+Green+Blue) = 112+47+235=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 47 (18.75% from 255 or 11.93% from 394); Blue value is 235 (92.19% from 255 or 59.64% from 394); Max value from RGB is 235 - color contains mainly: blue. Hex color #702FEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #702FEB is #8FD014. Grayscale: #575757. Windows color (decimal): -9424917 or 15413104. OLE color: 15413104.
HSL color Cylindrical-coordinate representation of color #702FEB: hue angle of 260.74º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #702FEB is Cyan = 0.52, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 47 | 235 | - |
| CMYK | 0.52 | 0.8 | 0 | 0.08 |
| HSL | 260.74º | 0.82% | 0.55% | - |
| HSV(B) | 260.74º | 0.8% | 0.92% | - |
| XYZ | 22.69 | 11.48 | 79.62 | - |
| YUV | 87.87 | 211.03 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 47 | 235 | 0.52 | 0.8 | 0 | 0.08 | 260.74 | 0.82 | 0.55 |
| Hex | 70 | 2F | EB | 34 | 50 | 0 | 8 | 105 | 52 | 37 |
| Octal | 160 | 57 | 353 | 64 | 120 | 0 | 10 | 405 | 122 | 67 |
| Binary | 1110000 | 101111 | 11101011 | 110100 | 1010000 | 0 | 1000 | 100000101 | 1010010 | 110111 |
Color Harmonies of #702FEB
Complementary color
Monochromatic Colors of #702FEB
Black with #702FEB
Text Example
Text Example
White with #702FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702FEB; }
p { color: rgb(112,47,235); }
H1.HeaderClassName
{
color: #702FEB;
}
.AnyTagClassName
{
color: #702FEB;
}
</style>
background-color css
<style>
a { background-color: #702FEB; }
a { background-color: rgb(112,47,235); }
div.DivClassName
{
background-color: #702FEB;
}
.BgClassName
{
background-color: #702FEB;
}
</style>
border-color css
<style>
span { border-color: #702FEB; }
span { border-color: rgb(112,47,235); }
td.TdClassName
{
border-color: #702FEB;
}
.TagClassName
{
border-color: #702FEB;
}
</style>