#711174

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

Shades of Purple #711174

Tints of Purple #711174

Color information

#711174 (or 0x711174) is unknown color: approx Purple. HEX triplet: 71, 11 and 74. RGB value is (113,17,116). Sum of RGB (Red+Green+Blue) = 113+17+116=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 116 (45.70% from 255 or 47.15% from 246); Max value from RGB is 116 - color contains mainly: blue. Hex color #711174 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711174 is #8EEE8B. Grayscale: #383838. Windows color (decimal): -9367180 or 7606641. OLE color: 7606641.

HSL color Cylindrical-coordinate representation of color #711174: hue angle of 298.18º 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 #711174 is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11317116-
CMYK0.030.8500.55
HSL298.18º74.44%26.08%-
HSV(B)298.18º85.34%45.49%-
XYZ10.165.1716.99-
YUV56.99161.3167.95-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.93%
GREEN value IS 17 (7.03% from 255) = 6.91%
BLUE value IS 116 (45.70% from 255) = 47.15%
R=45.93%
G=6.91%
B=47.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113171160.030.8500.55298.1874.4426.08
Hex71117435503712a4a1a
Octal16121164312506745211232
Binary11100011000111101001110101010110111100101010100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711174; }

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

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

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

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

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

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

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

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