#701176

Color #701176 Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #701176

Tints of Purple #701176

Color information

#701176 (or 0x701176) is unknown color: approx Purple. HEX triplet: 70, 11 and 76. RGB value is (112,17,118). Sum of RGB (Red+Green+Blue) = 112+17+118=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 17 (7.03% from 255 or 6.88% from 247); Blue value is 118 (46.48% from 255 or 47.77% from 247); Max value from RGB is 118 - color contains mainly: blue. Hex color #701176 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701176 is #8FEE89. Grayscale: #383838. Windows color (decimal): -9432714 or 7737712. OLE color: 7737712.

HSL color Cylindrical-coordinate representation of color #701176: hue angle of 296.44º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #701176 is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11217118-
CMYK0.050.8600.54
HSL296.44º74.81%26.47%-
HSV(B)296.44º85.59%46.27%-
XYZ10.155.1517.6-
YUV56.92162.47167.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.34%
GREEN value IS 17 (7.03% from 255) = 6.88%
BLUE value IS 118 (46.48% from 255) = 47.77%
R=45.34%
G=6.88%
B=47.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112171180.050.8600.54296.4474.8126.47
Hex7011765560361284b1a
Octal16021166512606645011332
Binary111000010001111011010110101100110110100101000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701176; }

 p { color: rgb(112,17,118); }

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

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

 a { background-color: rgb(112,17,118); }

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

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

 span { border-color: rgb(112,17,118); }

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