Shades of Blue Violet #702EEB
Tints of Blue Violet #702EEB
RGB
CMYK
RGB Variations
Color information
#702EEB (or 0x702EEB) is known color: Blue Violet. HEX triplet: 70, 2E and EB. RGB value is (112,46,235). Sum of RGB (Red+Green+Blue) = 112+46+235=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 46 (18.36% from 255 or 11.70% from 393); Blue value is 235 (92.19% from 255 or 59.80% from 393); Max value from RGB is 235 - color contains mainly: blue. Hex color #702EEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #702EEB is #8FD114. Grayscale: #565656. Windows color (decimal): -9425173 or 15412848. OLE color: 15412848.
HSL color Cylindrical-coordinate representation of color #702EEB: hue angle of 260.95º degrees, saturation: 0.83, 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 #702EEB is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 46 | 235 | - |
| CMYK | 0.52 | 0.80 | 0 | 0.08 |
| HSL | 260.95º | 0.83% | 0.55% | - |
| HSV(B) | 260.95º | 0.8% | 0.92% | - |
| XYZ | 22.65 | 11.4 | 79.6 | - |
| YUV | 87.28 | 211.37 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 46 | 235 | 0.52 | 0.80 | 0 | 0.08 | 260.95 | 0.83 | 0.55 |
| Hex | 70 | 2E | EB | 34 | 50 | 0 | 8 | 105 | 53 | 37 |
| Octal | 160 | 56 | 353 | 64 | 120 | 0 | 10 | 405 | 123 | 67 |
| Binary | 1110000 | 101110 | 11101011 | 110100 | 1010000 | 0 | 1000 | 100000101 | 1010011 | 110111 |
Color Harmonies of #702EEB
Complementary color
Monochromatic Colors of #702EEB
Black with #702EEB
Text Example
Text Example
White with #702EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702EEB; }
p { color: rgb(112,46,235); }
H1.HeaderClassName
{
color: #702EEB;
}
.AnyTagClassName
{
color: #702EEB;
}
</style>
background-color css
<style>
a { background-color: #702EEB; }
a { background-color: rgb(112,46,235); }
div.DivClassName
{
background-color: #702EEB;
}
.BgClassName
{
background-color: #702EEB;
}
</style>
border-color css
<style>
span { border-color: #702EEB; }
span { border-color: rgb(112,46,235); }
td.TdClassName
{
border-color: #702EEB;
}
.TagClassName
{
border-color: #702EEB;
}
</style>