Html Css Color HEX #7012DC Blue Violet

📋 copy color: '#7012DC'

red 112 ◦ green 18 ◦ blue 220

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

Shades of Blue Violet #7012DC

Tints of Blue Violet #7012DC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.14%

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

R = 32%
G = 5.14%
B = 62.86%

CMYK

 C value IS 0.49

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7012DC (or 0x7012DC) is known color: Blue Violet. HEX triplet: 70, 12 and DC. RGB value is (112,18,220). Sum of RGB (Red+Green+Blue) = 112+18+220=350 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 220 (86.33% from 255 or 62.86% from 350); Max value from RGB is 220 - color contains mainly: blue. Hex color #7012DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7012DC is #8FED23. Grayscale: #444444. Windows color (decimal): -9432356 or 14422640. OLE color: 14422640.

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

Color convert

RGB 112 18 220 -
CMYK 0.49 0.92 0 0.14
HSL 267.92º 0.85% 0.47% -
HSV(B) 267.92º 0.92% 0.86% -
XYZ 19.82 9.04 68.41 -
YUV 69.13 213.14 158.57 -
System Red Green Blue C M Y K H S L
Decimal 112 18 220 0.49 0.92 0 0.14 267.92 0.85 0.47
Hex 70 12 DC 31 5C 0 E 10C 55 2F
Octal 160 22 334 61 134 0 16 414 125 57
Binary 1110000 10010 11011100 110001 1011100 0 1110 100001100 1010101 101111

Color Harmonies of #7012DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7012DC

Black with #7012DC

Text Example


Text Example

White with #7012DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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