Shades of Blue Violet #702BE0
Tints of Blue Violet #702BE0
RGB
CMYK
RGB Variations
Color information
#702BE0 (or 0x702BE0) is known color: Blue Violet. HEX triplet: 70, 2B and E0. RGB value is (112,43,224). Sum of RGB (Red+Green+Blue) = 112+43+224=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 43 (17.19% from 255 or 11.35% from 379); Blue value is 224 (87.89% from 255 or 59.10% from 379); Max value from RGB is 224 - color contains mainly: blue. Hex color #702BE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702BE0 is #8FD41F. Grayscale: #535353. Windows color (decimal): -9425952 or 14691184. OLE color: 14691184.
HSL color Cylindrical-coordinate representation of color #702BE0: hue angle of 262.87º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #702BE0 is Cyan = 0.50, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 112 | 43 | 224 | - |
| CMYK | 0.50 | 0.81 | 0 | 0.12 |
| HSL | 262.87º | 0.74% | 0.52% | - |
| HSV(B) | 262.87º | 0.81% | 0.88% | - |
| XYZ | 21 | 10.55 | 71.45 | - |
| YUV | 84.27 | 206.86 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 43 | 224 | 0.50 | 0.81 | 0 | 0.12 | 262.87 | 0.74 | 0.52 |
| Hex | 70 | 2B | E0 | 32 | 51 | 0 | C | 107 | 4A | 34 |
| Octal | 160 | 53 | 340 | 62 | 121 | 0 | 14 | 407 | 112 | 64 |
| Binary | 1110000 | 101011 | 11100000 | 110010 | 1010001 | 0 | 1100 | 100000111 | 1001010 | 110100 |
Color Harmonies of #702BE0
Complementary color
Monochromatic Colors of #702BE0
Black with #702BE0
Text Example
Text Example
White with #702BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702BE0; }
p { color: rgb(112,43,224); }
H1.HeaderClassName
{
color: #702BE0;
}
.AnyTagClassName
{
color: #702BE0;
}
</style>
background-color css
<style>
a { background-color: #702BE0; }
a { background-color: rgb(112,43,224); }
div.DivClassName
{
background-color: #702BE0;
}
.BgClassName
{
background-color: #702BE0;
}
</style>
border-color css
<style>
span { border-color: #702BE0; }
span { border-color: rgb(112,43,224); }
td.TdClassName
{
border-color: #702BE0;
}
.TagClassName
{
border-color: #702BE0;
}
</style>