Shades of Blue Violet #702AEB
Tints of Blue Violet #702AEB
RGB
CMYK
RGB Variations
Color information
#702AEB (or 0x702AEB) is known color: Blue Violet. HEX triplet: 70, 2A and EB. RGB value is (112,42,235). Sum of RGB (Red+Green+Blue) = 112+42+235=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 42 (16.80% from 255 or 10.80% from 389); Blue value is 235 (92.19% from 255 or 60.41% from 389); Max value from RGB is 235 - color contains mainly: blue. Hex color #702AEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #702AEB is #8FD514. Grayscale: #545454. Windows color (decimal): -9426197 or 15411824. OLE color: 15411824.
HSL color Cylindrical-coordinate representation of color #702AEB: hue angle of 261.76º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #702AEB is Cyan = 0.52, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 42 | 235 | - |
| CMYK | 0.52 | 0.82 | 0 | 0.08 |
| HSL | 261.76º | 0.83% | 0.54% | - |
| HSV(B) | 261.76º | 0.82% | 0.92% | - |
| XYZ | 22.51 | 11.1 | 79.55 | - |
| YUV | 84.93 | 212.69 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 42 | 235 | 0.52 | 0.82 | 0 | 0.08 | 261.76 | 0.83 | 0.54 |
| Hex | 70 | 2A | EB | 34 | 52 | 0 | 8 | 106 | 53 | 36 |
| Octal | 160 | 52 | 353 | 64 | 122 | 0 | 10 | 406 | 123 | 66 |
| Binary | 1110000 | 101010 | 11101011 | 110100 | 1010010 | 0 | 1000 | 100000110 | 1010011 | 110110 |
Color Harmonies of #702AEB
Complementary color
Monochromatic Colors of #702AEB
Black with #702AEB
Text Example
Text Example
White with #702AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702AEB; }
p { color: rgb(112,42,235); }
H1.HeaderClassName
{
color: #702AEB;
}
.AnyTagClassName
{
color: #702AEB;
}
</style>
background-color css
<style>
a { background-color: #702AEB; }
a { background-color: rgb(112,42,235); }
div.DivClassName
{
background-color: #702AEB;
}
.BgClassName
{
background-color: #702AEB;
}
</style>
border-color css
<style>
span { border-color: #702AEB; }
span { border-color: rgb(112,42,235); }
td.TdClassName
{
border-color: #702AEB;
}
.TagClassName
{
border-color: #702AEB;
}
</style>