Shades of Blue Violet #702CDE
Tints of Blue Violet #702CDE
RGB
CMYK
RGB Variations
Color information
#702CDE (or 0x702CDE) is known color: Blue Violet. HEX triplet: 70, 2C and DE. RGB value is (112,44,222). Sum of RGB (Red+Green+Blue) = 112+44+222=378 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.63% from 378); Green value is 44 (17.58% from 255 or 11.64% from 378); Blue value is 222 (87.11% from 255 or 58.73% from 378); Max value from RGB is 222 - color contains mainly: blue. Hex color #702CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702CDE is #8FD321. Grayscale: #535353. Windows color (decimal): -9425698 or 14560368. OLE color: 14560368.
HSL color Cylindrical-coordinate representation of color #702CDE: hue angle of 262.92º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #702CDE is Cyan = 0.50, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 44 | 222 | - |
| CMYK | 0.50 | 0.80 | 0 | 0.13 |
| HSL | 262.92º | 0.73% | 0.52% | - |
| HSV(B) | 262.92º | 0.8% | 0.87% | - |
| XYZ | 20.77 | 10.52 | 70.04 | - |
| YUV | 84.62 | 205.53 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 44 | 222 | 0.50 | 0.80 | 0 | 0.13 | 262.92 | 0.73 | 0.52 |
| Hex | 70 | 2C | DE | 32 | 50 | 0 | D | 107 | 49 | 34 |
| Octal | 160 | 54 | 336 | 62 | 120 | 0 | 15 | 407 | 111 | 64 |
| Binary | 1110000 | 101100 | 11011110 | 110010 | 1010000 | 0 | 1101 | 100000111 | 1001001 | 110100 |
Color Harmonies of #702CDE
Complementary color
Monochromatic Colors of #702CDE
Black with #702CDE
Text Example
Text Example
White with #702CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702CDE; }
p { color: rgb(112,44,222); }
H1.HeaderClassName
{
color: #702CDE;
}
.AnyTagClassName
{
color: #702CDE;
}
</style>
background-color css
<style>
a { background-color: #702CDE; }
a { background-color: rgb(112,44,222); }
div.DivClassName
{
background-color: #702CDE;
}
.BgClassName
{
background-color: #702CDE;
}
</style>
border-color css
<style>
span { border-color: #702CDE; }
span { border-color: rgb(112,44,222); }
td.TdClassName
{
border-color: #702CDE;
}
.TagClassName
{
border-color: #702CDE;
}
</style>