Shades of Blue Violet #702EE8
Tints of Blue Violet #702EE8
RGB
CMYK
RGB Variations
Color information
#702EE8 (or 0x702EE8) is known color: Blue Violet. HEX triplet: 70, 2E and E8. RGB value is (112,46,232). Sum of RGB (Red+Green+Blue) = 112+46+232=390 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.72% from 390); Green value is 46 (18.36% from 255 or 11.79% from 390); Blue value is 232 (91.02% from 255 or 59.49% from 390); Max value from RGB is 232 - color contains mainly: blue. Hex color #702EE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #702EE8 is #8FD117. Grayscale: #565656. Windows color (decimal): -9425176 or 15216240. OLE color: 15216240.
HSL color Cylindrical-coordinate representation of color #702EE8: hue angle of 261.29º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #702EE8 is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 46 | 232 | - |
| CMYK | 0.52 | 0.80 | 0 | 0.09 |
| HSL | 261.29º | 0.8% | 0.55% | - |
| HSV(B) | 261.29º | 0.8% | 0.91% | - |
| XYZ | 22.22 | 11.22 | 77.34 | - |
| YUV | 86.94 | 209.87 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 46 | 232 | 0.52 | 0.80 | 0 | 0.09 | 261.29 | 0.8 | 0.55 |
| Hex | 70 | 2E | E8 | 34 | 50 | 0 | 9 | 105 | 50 | 37 |
| Octal | 160 | 56 | 350 | 64 | 120 | 0 | 11 | 405 | 120 | 67 |
| Binary | 1110000 | 101110 | 11101000 | 110100 | 1010000 | 0 | 1001 | 100000101 | 1010000 | 110111 |
Color Harmonies of #702EE8
Complementary color
Monochromatic Colors of #702EE8
Black with #702EE8
Text Example
Text Example
White with #702EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702EE8; }
p { color: rgb(112,46,232); }
H1.HeaderClassName
{
color: #702EE8;
}
.AnyTagClassName
{
color: #702EE8;
}
</style>
background-color css
<style>
a { background-color: #702EE8; }
a { background-color: rgb(112,46,232); }
div.DivClassName
{
background-color: #702EE8;
}
.BgClassName
{
background-color: #702EE8;
}
</style>
border-color css
<style>
span { border-color: #702EE8; }
span { border-color: rgb(112,46,232); }
td.TdClassName
{
border-color: #702EE8;
}
.TagClassName
{
border-color: #702EE8;
}
</style>