#711076

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

Shades of Purple #711076

Tints of Purple #711076

Color information

#711076 (or 0x711076) is unknown color: approx Purple. HEX triplet: 71, 10 and 76. RGB value is (113,16,118). Sum of RGB (Red+Green+Blue) = 113+16+118=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 16 (6.64% from 255 or 6.48% 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 #711076 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711076 is #8EEF89. Grayscale: #383838. Windows color (decimal): -9367434 or 7737457. OLE color: 7737457.

HSL color Cylindrical-coordinate representation of color #711076: hue angle of 297.06º degrees, saturation: 0.76, 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 #711076 is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11316118-
CMYK0.040.8600.54
HSL297.06º76.12%26.27%-
HSV(B)297.06º86.44%46.27%-
XYZ10.275.1917.6-
YUV56.63162.64168.21-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.75%
GREEN value IS 16 (6.64% from 255) = 6.48%
BLUE value IS 118 (46.48% from 255) = 47.77%
R=45.75%
G=6.48%
B=47.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal113161180.040.8600.54297.0676.1226.27
Hex7110764560361294c1a
Octal16120166412606645111432
Binary111000110000111011010010101100110110100101001100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711076; }

 p { color: rgb(113,16,118); }

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

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

 a { background-color: rgb(113,16,118); }

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

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

 span { border-color: rgb(113,16,118); }

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