Shades of Blue Violet #702BE3
Tints of Blue Violet #702BE3
RGB
CMYK
RGB Variations
Color information
#702BE3 (or 0x702BE3) is known color: Blue Violet. HEX triplet: 70, 2B and E3. RGB value is (112,43,227). Sum of RGB (Red+Green+Blue) = 112+43+227=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 43 (17.19% from 255 or 11.26% from 382); Blue value is 227 (89.06% from 255 or 59.42% from 382); Max value from RGB is 227 - color contains mainly: blue. Hex color #702BE3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702BE3 is #8FD41C. Grayscale: #535353. Windows color (decimal): -9425949 or 14887792. OLE color: 14887792.
HSL color Cylindrical-coordinate representation of color #702BE3: hue angle of 262.5º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #702BE3 is Cyan = 0.51, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 112 | 43 | 227 | - |
| CMYK | 0.51 | 0.81 | 0 | 0.11 |
| HSL | 262.5º | 0.77% | 0.53% | - |
| HSV(B) | 262.5º | 0.81% | 0.89% | - |
| XYZ | 21.41 | 10.72 | 73.61 | - |
| YUV | 84.61 | 208.36 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 43 | 227 | 0.51 | 0.81 | 0 | 0.11 | 262.5 | 0.77 | 0.53 |
| Hex | 70 | 2B | E3 | 33 | 51 | 0 | B | 106 | 4D | 35 |
| Octal | 160 | 53 | 343 | 63 | 121 | 0 | 13 | 406 | 115 | 65 |
| Binary | 1110000 | 101011 | 11100011 | 110011 | 1010001 | 0 | 1011 | 100000110 | 1001101 | 110101 |
Color Harmonies of #702BE3
Complementary color
Monochromatic Colors of #702BE3
Black with #702BE3
Text Example
Text Example
White with #702BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702BE3; }
p { color: rgb(112,43,227); }
H1.HeaderClassName
{
color: #702BE3;
}
.AnyTagClassName
{
color: #702BE3;
}
</style>
background-color css
<style>
a { background-color: #702BE3; }
a { background-color: rgb(112,43,227); }
div.DivClassName
{
background-color: #702BE3;
}
.BgClassName
{
background-color: #702BE3;
}
</style>
border-color css
<style>
span { border-color: #702BE3; }
span { border-color: rgb(112,43,227); }
td.TdClassName
{
border-color: #702BE3;
}
.TagClassName
{
border-color: #702BE3;
}
</style>