Shades of Blue Violet #702EDD
Tints of Blue Violet #702EDD
RGB
CMYK
RGB Variations
Color information
#702EDD (or 0x702EDD) is known color: Blue Violet. HEX triplet: 70, 2E and DD. RGB value is (112,46,221). Sum of RGB (Red+Green+Blue) = 112+46+221=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 46 (18.36% from 255 or 12.14% from 379); Blue value is 221 (86.72% from 255 or 58.31% from 379); Max value from RGB is 221 - color contains mainly: blue. Hex color #702EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702EDD is #8FD122. Grayscale: #555555. Windows color (decimal): -9425187 or 14495344. OLE color: 14495344.
HSL color Cylindrical-coordinate representation of color #702EDD: hue angle of 262.63º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #702EDD is Cyan = 0.49, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 46 | 221 | - |
| CMYK | 0.49 | 0.79 | 0 | 0.13 |
| HSL | 262.63º | 0.72% | 0.52% | - |
| HSV(B) | 262.63º | 0.79% | 0.87% | - |
| XYZ | 20.71 | 10.62 | 69.36 | - |
| YUV | 85.68 | 204.37 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 46 | 221 | 0.49 | 0.79 | 0 | 0.13 | 262.63 | 0.72 | 0.52 |
| Hex | 70 | 2E | DD | 31 | 4F | 0 | D | 107 | 48 | 34 |
| Octal | 160 | 56 | 335 | 61 | 117 | 0 | 15 | 407 | 110 | 64 |
| Binary | 1110000 | 101110 | 11011101 | 110001 | 1001111 | 0 | 1101 | 100000111 | 1001000 | 110100 |
Color Harmonies of #702EDD
Complementary color
Monochromatic Colors of #702EDD
Black with #702EDD
Text Example
Text Example
White with #702EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702EDD; }
p { color: rgb(112,46,221); }
H1.HeaderClassName
{
color: #702EDD;
}
.AnyTagClassName
{
color: #702EDD;
}
</style>
background-color css
<style>
a { background-color: #702EDD; }
a { background-color: rgb(112,46,221); }
div.DivClassName
{
background-color: #702EDD;
}
.BgClassName
{
background-color: #702EDD;
}
</style>
border-color css
<style>
span { border-color: #702EDD; }
span { border-color: rgb(112,46,221); }
td.TdClassName
{
border-color: #702EDD;
}
.TagClassName
{
border-color: #702EDD;
}
</style>