Shades of Blue Violet #702EE1
Tints of Blue Violet #702EE1
RGB
CMYK
RGB Variations
Color information
#702EE1 (or 0x702EE1) is known color: Blue Violet. HEX triplet: 70, 2E and E1. RGB value is (112,46,225). Sum of RGB (Red+Green+Blue) = 112+46+225=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 46 (18.36% from 255 or 12.01% from 383); Blue value is 225 (88.28% from 255 or 58.75% from 383); Max value from RGB is 225 - color contains mainly: blue. Hex color #702EE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702EE1 is #8FD11E. Grayscale: #555555. Windows color (decimal): -9425183 or 14757488. OLE color: 14757488.
HSL color Cylindrical-coordinate representation of color #702EE1: hue angle of 262.12º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #702EE1 is Cyan = 0.50, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 112 | 46 | 225 | - |
| CMYK | 0.50 | 0.80 | 0 | 0.12 |
| HSL | 262.12º | 0.75% | 0.53% | - |
| HSV(B) | 262.12º | 0.8% | 0.88% | - |
| XYZ | 21.25 | 10.83 | 72.21 | - |
| YUV | 86.14 | 206.37 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 46 | 225 | 0.50 | 0.80 | 0 | 0.12 | 262.12 | 0.75 | 0.53 |
| Hex | 70 | 2E | E1 | 32 | 50 | 0 | C | 106 | 4B | 35 |
| Octal | 160 | 56 | 341 | 62 | 120 | 0 | 14 | 406 | 113 | 65 |
| Binary | 1110000 | 101110 | 11100001 | 110010 | 1010000 | 0 | 1100 | 100000110 | 1001011 | 110101 |
Color Harmonies of #702EE1
Complementary color
Monochromatic Colors of #702EE1
Black with #702EE1
Text Example
Text Example
White with #702EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702EE1; }
p { color: rgb(112,46,225); }
H1.HeaderClassName
{
color: #702EE1;
}
.AnyTagClassName
{
color: #702EE1;
}
</style>
background-color css
<style>
a { background-color: #702EE1; }
a { background-color: rgb(112,46,225); }
div.DivClassName
{
background-color: #702EE1;
}
.BgClassName
{
background-color: #702EE1;
}
</style>
border-color css
<style>
span { border-color: #702EE1; }
span { border-color: rgb(112,46,225); }
td.TdClassName
{
border-color: #702EE1;
}
.TagClassName
{
border-color: #702EE1;
}
</style>