#711576

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

Shades of Purple #711576

Tints of Purple #711576

Color information

#711576 (or 0x711576) is unknown color: approx Purple. HEX triplet: 71, 15 and 76. RGB value is (113,21,118). Sum of RGB (Red+Green+Blue) = 113+21+118=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 118 (46.48% from 255 or 46.83% from 252); Max value from RGB is 118 - color contains mainly: blue. Hex color #711576 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711576 is #8EEA89. Grayscale: #3B3B3B. Windows color (decimal): -9366154 or 7738737. OLE color: 7738737.

HSL color Cylindrical-coordinate representation of color #711576: hue angle of 296.91º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #711576 is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11321118-
CMYK0.040.8200.54
HSL296.91º69.78%27.25%-
HSV(B)296.91º82.2%46.27%-
XYZ10.355.3617.63-
YUV59.57160.98166.11-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.84%
GREEN value IS 21 (8.59% from 255) = 8.33%
BLUE value IS 118 (46.48% from 255) = 46.83%
R=44.84%
G=8.33%
B=46.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal113211180.040.8200.54296.9169.7827.25
Hex711576452036129461b
Octal16125166412206645110633
Binary111000110101111011010010100100110110100101001100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711576; }

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

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

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

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

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

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

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

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