Html Css Color HEX #7010DC Blue Violet

📋 copy color: '#7010DC'

red 112 ◦ green 16 ◦ blue 220

#7010DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #7010DC

Tints of Blue Violet #7010DC

RGB

 RED value IS 112 (44.14% from 255) = 32.18%

 GREEN value IS 16 (6.64% from 255) = 4.6%

 BLUE value IS 220 (86.33% from 255) = 63.22%

R = 32.18%
G = 4.6%
B = 63.22%

CMYK

 C value IS 0.49

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7010DC (or 0x7010DC) is known color: Blue Violet. HEX triplet: 70, 10 and DC. RGB value is (112,16,220). Sum of RGB (Red+Green+Blue) = 112+16+220=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 16 (6.64% from 255 or 4.60% from 348); Blue value is 220 (86.33% from 255 or 63.22% from 348); Max value from RGB is 220 - color contains mainly: blue. Hex color #7010DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7010DC is #8FEF23. Grayscale: #434343. Windows color (decimal): -9432868 or 14422128. OLE color: 14422128.

HSL color Cylindrical-coordinate representation of color #7010DC: hue angle of 268.24º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7010DC is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 16 220 -
CMYK 0.49 0.93 0 0.14
HSL 268.24º 0.86% 0.46% -
HSV(B) 268.24º 0.93% 0.86% -
XYZ 19.79 8.98 68.4 -
YUV 67.96 213.8 159.41 -
System Red Green Blue C M Y K H S L
Decimal 112 16 220 0.49 0.93 0 0.14 268.24 0.86 0.46
Hex 70 10 DC 31 5D 0 E 10C 56 2E
Octal 160 20 334 61 135 0 16 414 126 56
Binary 1110000 10000 11011100 110001 1011101 0 1110 100001100 1010110 101110

Color Harmonies of #7010DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7010DC

Black with #7010DC

Text Example


Text Example

White with #7010DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7010DC; }

 p { color: rgb(112,16,220); }

 H1.HeaderClassName
 {
   color: #7010DC;
 }
 .AnyTagClassName
 {
   color: #7010DC;
 }
</style>

background-color css

<style>
 a { background-color: #7010DC; }

 a { background-color: rgb(112,16,220); }

 div.DivClassName
 {
   background-color: #7010DC;
 }
 .BgClassName
 {
   background-color: #7010DC;
 }
</style>

border-color css

<style>
 span { border-color: #7010DC; }

 span { border-color: rgb(112,16,220); }

 td.TdClassName
 {
   border-color: #7010DC;
 }
 .TagClassName
 {
   border-color: #7010DC;
 }
</style>