Shades of Blue Violet #702ADD
Tints of Blue Violet #702ADD
RGB
CMYK
RGB Variations
Color information
#702ADD (or 0x702ADD) is known color: Blue Violet. HEX triplet: 70, 2A and DD. RGB value is (112,42,221). Sum of RGB (Red+Green+Blue) = 112+42+221=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 42 (16.80% from 255 or 11.2% from 375); Blue value is 221 (86.72% from 255 or 58.93% from 375); Max value from RGB is 221 - color contains mainly: blue. Hex color #702ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702ADD is #8FD522. Grayscale: #525252. Windows color (decimal): -9426211 or 14494320. OLE color: 14494320.
HSL color Cylindrical-coordinate representation of color #702ADD: hue angle of 263.46º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #702ADD is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 42 | 221 | - |
| CMYK | 0.49 | 0.81 | 0 | 0.13 |
| HSL | 263.46º | 0.72% | 0.52% | - |
| HSV(B) | 263.46º | 0.81% | 0.87% | - |
| XYZ | 20.56 | 10.32 | 69.32 | - |
| YUV | 83.34 | 205.69 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 42 | 221 | 0.49 | 0.81 | 0 | 0.13 | 263.46 | 0.72 | 0.52 |
| Hex | 70 | 2A | DD | 31 | 51 | 0 | D | 107 | 48 | 34 |
| Octal | 160 | 52 | 335 | 61 | 121 | 0 | 15 | 407 | 110 | 64 |
| Binary | 1110000 | 101010 | 11011101 | 110001 | 1010001 | 0 | 1101 | 100000111 | 1001000 | 110100 |
Color Harmonies of #702ADD
Complementary color
Monochromatic Colors of #702ADD
Black with #702ADD
Text Example
Text Example
White with #702ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702ADD; }
p { color: rgb(112,42,221); }
H1.HeaderClassName
{
color: #702ADD;
}
.AnyTagClassName
{
color: #702ADD;
}
</style>
background-color css
<style>
a { background-color: #702ADD; }
a { background-color: rgb(112,42,221); }
div.DivClassName
{
background-color: #702ADD;
}
.BgClassName
{
background-color: #702ADD;
}
</style>
border-color css
<style>
span { border-color: #702ADD; }
span { border-color: rgb(112,42,221); }
td.TdClassName
{
border-color: #702ADD;
}
.TagClassName
{
border-color: #702ADD;
}
</style>