Shades of Blue Violet #702FE6
Tints of Blue Violet #702FE6
RGB
CMYK
RGB Variations
Color information
#702FE6 (or 0x702FE6) is known color: Blue Violet. HEX triplet: 70, 2F and E6. RGB value is (112,47,230). Sum of RGB (Red+Green+Blue) = 112+47+230=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 47 (18.75% from 255 or 12.08% from 389); Blue value is 230 (90.23% from 255 or 59.13% from 389); Max value from RGB is 230 - color contains mainly: blue. Hex color #702FE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #702FE6 is #8FD019. Grayscale: #565656. Windows color (decimal): -9424922 or 15085424. OLE color: 15085424.
HSL color Cylindrical-coordinate representation of color #702FE6: hue angle of 261.31º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #702FE6 is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 112 | 47 | 230 | - |
| CMYK | 0.51 | 0.80 | 0 | 0.10 |
| HSL | 261.31º | 0.79% | 0.54% | - |
| HSV(B) | 261.31º | 0.8% | 0.9% | - |
| XYZ | 21.98 | 11.19 | 75.86 | - |
| YUV | 87.3 | 208.53 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 47 | 230 | 0.51 | 0.80 | 0 | 0.10 | 261.31 | 0.79 | 0.54 |
| Hex | 70 | 2F | E6 | 33 | 50 | 0 | A | 105 | 4F | 36 |
| Octal | 160 | 57 | 346 | 63 | 120 | 0 | 12 | 405 | 117 | 66 |
| Binary | 1110000 | 101111 | 11100110 | 110011 | 1010000 | 0 | 1010 | 100000101 | 1001111 | 110110 |
Color Harmonies of #702FE6
Complementary color
Monochromatic Colors of #702FE6
Black with #702FE6
Text Example
Text Example
White with #702FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702FE6; }
p { color: rgb(112,47,230); }
H1.HeaderClassName
{
color: #702FE6;
}
.AnyTagClassName
{
color: #702FE6;
}
</style>
background-color css
<style>
a { background-color: #702FE6; }
a { background-color: rgb(112,47,230); }
div.DivClassName
{
background-color: #702FE6;
}
.BgClassName
{
background-color: #702FE6;
}
</style>
border-color css
<style>
span { border-color: #702FE6; }
span { border-color: rgb(112,47,230); }
td.TdClassName
{
border-color: #702FE6;
}
.TagClassName
{
border-color: #702FE6;
}
</style>