Shades of Blue Violet #702CE0
Tints of Blue Violet #702CE0
RGB
CMYK
RGB Variations
Color information
#702CE0 (or 0x702CE0) is known color: Blue Violet. HEX triplet: 70, 2C and E0. RGB value is (112,44,224). Sum of RGB (Red+Green+Blue) = 112+44+224=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 44 (17.58% from 255 or 11.58% from 380); Blue value is 224 (87.89% from 255 or 58.95% from 380); Max value from RGB is 224 - color contains mainly: blue. Hex color #702CE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702CE0 is #8FD31F. Grayscale: #545454. Windows color (decimal): -9425696 or 14691440. OLE color: 14691440.
HSL color Cylindrical-coordinate representation of color #702CE0: hue angle of 262.67º degrees, saturation: 0.74, 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 #702CE0 is Cyan = 0.50, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 112 | 44 | 224 | - |
| CMYK | 0.50 | 0.80 | 0 | 0.12 |
| HSL | 262.67º | 0.74% | 0.53% | - |
| HSV(B) | 262.67º | 0.8% | 0.88% | - |
| XYZ | 21.04 | 10.63 | 71.46 | - |
| YUV | 84.85 | 206.53 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 44 | 224 | 0.50 | 0.80 | 0 | 0.12 | 262.67 | 0.74 | 0.53 |
| Hex | 70 | 2C | E0 | 32 | 50 | 0 | C | 107 | 4A | 35 |
| Octal | 160 | 54 | 340 | 62 | 120 | 0 | 14 | 407 | 112 | 65 |
| Binary | 1110000 | 101100 | 11100000 | 110010 | 1010000 | 0 | 1100 | 100000111 | 1001010 | 110101 |
Color Harmonies of #702CE0
Complementary color
Monochromatic Colors of #702CE0
Black with #702CE0
Text Example
Text Example
White with #702CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702CE0; }
p { color: rgb(112,44,224); }
H1.HeaderClassName
{
color: #702CE0;
}
.AnyTagClassName
{
color: #702CE0;
}
</style>
background-color css
<style>
a { background-color: #702CE0; }
a { background-color: rgb(112,44,224); }
div.DivClassName
{
background-color: #702CE0;
}
.BgClassName
{
background-color: #702CE0;
}
</style>
border-color css
<style>
span { border-color: #702CE0; }
span { border-color: rgb(112,44,224); }
td.TdClassName
{
border-color: #702CE0;
}
.TagClassName
{
border-color: #702CE0;
}
</style>