#7112DC

Color #7112DC Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #7112DC

Tints of Blue Violet #7112DC

Color information

#7112DC (or 0x7112DC) is unknown color: approx Blue Violet. HEX triplet: 71, 12 and DC. RGB value is (113,18,220). Sum of RGB (Red+Green+Blue) = 113+18+220=351 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.19% from 351); Green value is 18 (7.42% from 255 or 5.13% from 351); Blue value is 220 (86.33% from 255 or 62.68% from 351); Max value from RGB is 220 - color contains mainly: blue. Hex color #7112DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7112DC is #8EED23. Grayscale: #444444. Windows color (decimal): -9366820 or 14422641. OLE color: 14422641.

HSL color Cylindrical-coordinate representation of color #7112DC: hue angle of 268.22º 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 #7112DC is Cyan = 0.49, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB11318220-
CMYK0.490.9200.14
HSL268.22º84.87%46.67%-
HSV(B)268.22º91.82%86.27%-
XYZ19.949.1168.42-
YUV69.43212.97159.07-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.19%
GREEN value IS 18 (7.42% from 255) = 5.13%
BLUE value IS 220 (86.33% from 255) = 62.68%
R=32.19%
G=5.13%
B=62.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal113182200.490.9200.14268.2284.8746.67
Hex7112DC315C0E10c552f
Octal161223346113401641412557
Binary111000110010110111001100011011100011101000011001010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7112DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7112DC;
 }
 .AnyTagClassName
 {
   color: #7112DC;
 }
</style>
background-color css

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

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

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

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

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

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