#7106CE

Color #7106CE Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #7106CE

Tints of Dark Violet #7106CE

Color information

#7106CE (or 0x7106CE) is unknown color: approx Dark Violet. HEX triplet: 71, 06 and CE. RGB value is (113,6,206). Sum of RGB (Red+Green+Blue) = 113+6+206=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 6 (2.73% from 255 or 1.85% from 325); Blue value is 206 (80.86% from 255 or 63.38% from 325); Max value from RGB is 206 - color contains mainly: blue. Hex color #7106CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7106CE is #8EF931. Grayscale: #3C3C3C. Windows color (decimal): -9369906 or 13502065. OLE color: 13502065.

HSL color Cylindrical-coordinate representation of color #7106CE: hue angle of 272.1º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7106CE is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB1136206-
CMYK0.450.9700.19
HSL272.1º94.34%41.57%-
HSV(B)272.1º97.09%80.78%-
XYZ18.028.159.01-
YUV60.79209.95165.24-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.77%
GREEN value IS 6 (2.73% from 255) = 1.85%
BLUE value IS 206 (80.86% from 255) = 63.38%
R=34.77%
G=1.85%
B=63.38%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal11362060.450.9700.19272.194.3441.57
Hex716CE2D610131105e2a
Octal16163165514102342013652
Binary11100011101100111010110111000010100111000100001011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7106CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7106CE; }

 p { color: rgb(113,6,206); }

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

<style>
 a { background-color: #7106CE; }

 a { background-color: rgb(113,6,206); }

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

<style>
 span { border-color: #7106CE; }

 span { border-color: rgb(113,6,206); }

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