Shades of Blue Violet #702ADC
Tints of Blue Violet #702ADC
RGB
CMYK
RGB Variations
Color information
#702ADC (or 0x702ADC) is known color: Blue Violet. HEX triplet: 70, 2A and DC. RGB value is (112,42,220). Sum of RGB (Red+Green+Blue) = 112+42+220=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 42 (16.80% from 255 or 11.23% from 374); Blue value is 220 (86.33% from 255 or 58.82% from 374); Max value from RGB is 220 - color contains mainly: blue. Hex color #702ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702ADC is #8FD523. Grayscale: #525252. Windows color (decimal): -9426212 or 14428784. OLE color: 14428784.
HSL color Cylindrical-coordinate representation of color #702ADC: hue angle of 263.6º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #702ADC is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 42 | 220 | - |
| CMYK | 0.49 | 0.81 | 0 | 0.14 |
| HSL | 263.6º | 0.72% | 0.51% | - |
| HSV(B) | 263.6º | 0.81% | 0.86% | - |
| XYZ | 20.43 | 10.27 | 68.62 | - |
| YUV | 83.22 | 205.19 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 42 | 220 | 0.49 | 0.81 | 0 | 0.14 | 263.6 | 0.72 | 0.51 |
| Hex | 70 | 2A | DC | 31 | 51 | 0 | E | 108 | 48 | 33 |
| Octal | 160 | 52 | 334 | 61 | 121 | 0 | 16 | 410 | 110 | 63 |
| Binary | 1110000 | 101010 | 11011100 | 110001 | 1010001 | 0 | 1110 | 100001000 | 1001000 | 110011 |
Color Harmonies of #702ADC
Complementary color
Monochromatic Colors of #702ADC
Black with #702ADC
Text Example
Text Example
White with #702ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702ADC; }
p { color: rgb(112,42,220); }
H1.HeaderClassName
{
color: #702ADC;
}
.AnyTagClassName
{
color: #702ADC;
}
</style>
background-color css
<style>
a { background-color: #702ADC; }
a { background-color: rgb(112,42,220); }
div.DivClassName
{
background-color: #702ADC;
}
.BgClassName
{
background-color: #702ADC;
}
</style>
border-color css
<style>
span { border-color: #702ADC; }
span { border-color: rgb(112,42,220); }
td.TdClassName
{
border-color: #702ADC;
}
.TagClassName
{
border-color: #702ADC;
}
</style>