Shades of Blue Violet #702EEF
Tints of Blue Violet #702EEF
RGB
CMYK
RGB Variations
Color information
#702EEF (or 0x702EEF) is known color: Blue Violet. HEX triplet: 70, 2E and EF. RGB value is (112,46,239). Sum of RGB (Red+Green+Blue) = 112+46+239=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 46 (18.36% from 255 or 11.59% from 397); Blue value is 239 (93.75% from 255 or 60.20% from 397); Max value from RGB is 239 - color contains mainly: blue. Hex color #702EEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #702EEF is #8FD110. Grayscale: #575757. Windows color (decimal): -9425169 or 15674992. OLE color: 15674992.
HSL color Cylindrical-coordinate representation of color #702EEF: hue angle of 260.52º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #702EEF is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 46 | 239 | - |
| CMYK | 0.53 | 0.81 | 0 | 0.06 |
| HSL | 260.52º | 0.86% | 0.56% | - |
| HSV(B) | 260.52º | 0.81% | 0.94% | - |
| XYZ | 23.24 | 11.63 | 82.68 | - |
| YUV | 87.74 | 213.37 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 46 | 239 | 0.53 | 0.81 | 0 | 0.06 | 260.52 | 0.86 | 0.56 |
| Hex | 70 | 2E | EF | 35 | 51 | 0 | 6 | 105 | 56 | 38 |
| Octal | 160 | 56 | 357 | 65 | 121 | 0 | 6 | 405 | 126 | 70 |
| Binary | 1110000 | 101110 | 11101111 | 110101 | 1010001 | 0 | 110 | 100000101 | 1010110 | 111000 |
Color Harmonies of #702EEF
Complementary color
Monochromatic Colors of #702EEF
Black with #702EEF
Text Example
Text Example
White with #702EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702EEF; }
p { color: rgb(112,46,239); }
H1.HeaderClassName
{
color: #702EEF;
}
.AnyTagClassName
{
color: #702EEF;
}
</style>
background-color css
<style>
a { background-color: #702EEF; }
a { background-color: rgb(112,46,239); }
div.DivClassName
{
background-color: #702EEF;
}
.BgClassName
{
background-color: #702EEF;
}
</style>
border-color css
<style>
span { border-color: #702EEF; }
span { border-color: rgb(112,46,239); }
td.TdClassName
{
border-color: #702EEF;
}
.TagClassName
{
border-color: #702EEF;
}
</style>