Shades of Blue Violet #702BDD
Tints of Blue Violet #702BDD
RGB
CMYK
RGB Variations
Color information
#702BDD (or 0x702BDD) is known color: Blue Violet. HEX triplet: 70, 2B and DD. RGB value is (112,43,221). Sum of RGB (Red+Green+Blue) = 112+43+221=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 43 (17.19% from 255 or 11.44% from 376); Blue value is 221 (86.72% from 255 or 58.78% from 376); Max value from RGB is 221 - color contains mainly: blue. Hex color #702BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702BDD is #8FD422. Grayscale: #535353. Windows color (decimal): -9425955 or 14494576. OLE color: 14494576.
HSL color Cylindrical-coordinate representation of color #702BDD: hue angle of 263.26º 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 #702BDD is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 43 | 221 | - |
| CMYK | 0.49 | 0.81 | 0 | 0.13 |
| HSL | 263.26º | 0.72% | 0.52% | - |
| HSV(B) | 263.26º | 0.81% | 0.87% | - |
| XYZ | 20.6 | 10.39 | 69.33 | - |
| YUV | 83.92 | 205.36 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 43 | 221 | 0.49 | 0.81 | 0 | 0.13 | 263.26 | 0.72 | 0.52 |
| Hex | 70 | 2B | DD | 31 | 51 | 0 | D | 107 | 48 | 34 |
| Octal | 160 | 53 | 335 | 61 | 121 | 0 | 15 | 407 | 110 | 64 |
| Binary | 1110000 | 101011 | 11011101 | 110001 | 1010001 | 0 | 1101 | 100000111 | 1001000 | 110100 |
Color Harmonies of #702BDD
Complementary color
Monochromatic Colors of #702BDD
Black with #702BDD
Text Example
Text Example
White with #702BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702BDD; }
p { color: rgb(112,43,221); }
H1.HeaderClassName
{
color: #702BDD;
}
.AnyTagClassName
{
color: #702BDD;
}
</style>
background-color css
<style>
a { background-color: #702BDD; }
a { background-color: rgb(112,43,221); }
div.DivClassName
{
background-color: #702BDD;
}
.BgClassName
{
background-color: #702BDD;
}
</style>
border-color css
<style>
span { border-color: #702BDD; }
span { border-color: rgb(112,43,221); }
td.TdClassName
{
border-color: #702BDD;
}
.TagClassName
{
border-color: #702BDD;
}
</style>