Shades of Blue Violet #702FEF
Tints of Blue Violet #702FEF
RGB
CMYK
RGB Variations
Color information
#702FEF (or 0x702FEF) is known color: Blue Violet. HEX triplet: 70, 2F and EF. RGB value is (112,47,239). Sum of RGB (Red+Green+Blue) = 112+47+239=398 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.14% from 398); Green value is 47 (18.75% from 255 or 11.81% from 398); Blue value is 239 (93.75% from 255 or 60.05% from 398); Max value from RGB is 239 - color contains mainly: blue. Hex color #702FEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #702FEF is #8FD010. Grayscale: #575757. Windows color (decimal): -9424913 or 15675248. OLE color: 15675248.
HSL color Cylindrical-coordinate representation of color #702FEF: hue angle of 260.31º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #702FEF is Cyan = 0.53, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 47 | 239 | - |
| CMYK | 0.53 | 0.80 | 0 | 0.06 |
| HSL | 260.31º | 0.86% | 0.56% | - |
| HSV(B) | 260.31º | 0.8% | 0.94% | - |
| XYZ | 23.28 | 11.71 | 82.69 | - |
| YUV | 88.32 | 213.03 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 47 | 239 | 0.53 | 0.80 | 0 | 0.06 | 260.31 | 0.86 | 0.56 |
| Hex | 70 | 2F | EF | 35 | 50 | 0 | 6 | 104 | 56 | 38 |
| Octal | 160 | 57 | 357 | 65 | 120 | 0 | 6 | 404 | 126 | 70 |
| Binary | 1110000 | 101111 | 11101111 | 110101 | 1010000 | 0 | 110 | 100000100 | 1010110 | 111000 |
Color Harmonies of #702FEF
Complementary color
Monochromatic Colors of #702FEF
Black with #702FEF
Text Example
Text Example
White with #702FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702FEF; }
p { color: rgb(112,47,239); }
H1.HeaderClassName
{
color: #702FEF;
}
.AnyTagClassName
{
color: #702FEF;
}
</style>
background-color css
<style>
a { background-color: #702FEF; }
a { background-color: rgb(112,47,239); }
div.DivClassName
{
background-color: #702FEF;
}
.BgClassName
{
background-color: #702FEF;
}
</style>
border-color css
<style>
span { border-color: #702FEF; }
span { border-color: rgb(112,47,239); }
td.TdClassName
{
border-color: #702FEF;
}
.TagClassName
{
border-color: #702FEF;
}
</style>