#711173

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

Shades of Purple #711173

Tints of Purple #711173

Color information

#711173 (or 0x711173) is unknown color: approx Purple. HEX triplet: 71, 11 and 73. RGB value is (113,17,115). Sum of RGB (Red+Green+Blue) = 113+17+115=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 115 (45.31% from 255 or 46.94% from 245); Max value from RGB is 115 - color contains mainly: blue. Hex color #711173 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711173 is #8EEE8C. Grayscale: #383838. Windows color (decimal): -9367181 or 7541105. OLE color: 7541105.

HSL color Cylindrical-coordinate representation of color #711173: hue angle of 298.78º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #711173 is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11317115-
CMYK0.020.8500.55
HSL298.78º74.24%25.88%-
HSV(B)298.78º85.22%45.1%-
XYZ10.115.1516.68-
YUV56.88160.8168.03-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.12%
GREEN value IS 17 (7.03% from 255) = 6.94%
BLUE value IS 115 (45.31% from 255) = 46.94%
R=46.12%
G=6.94%
B=46.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113171150.020.8500.55298.7874.2425.88
Hex71117325503712b4a1a
Octal16121163212506745311232
Binary11100011000111100111010101010110111100101011100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711173; }

 p { color: rgb(113,17,115); }

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

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

 a { background-color: rgb(113,17,115); }

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

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

 span { border-color: rgb(113,17,115); }

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