#711981

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

Shades of Purple #711981

Tints of Purple #711981

Color information

#711981 (or 0x711981) is unknown color: approx Purple. HEX triplet: 71, 19 and 81. RGB value is (113,25,129). Sum of RGB (Red+Green+Blue) = 113+25+129=267 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.32% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 129 (50.78% from 255 or 48.31% from 267); Max value from RGB is 129 - color contains mainly: blue. Hex color #711981 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711981 is #8EE67E. Grayscale: #3E3E3E. Windows color (decimal): -9365119 or 8460657. OLE color: 8460657.

HSL color Cylindrical-coordinate representation of color #711981: hue angle of 290.77º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #711981 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11325129-
CMYK0.120.8100.49
HSL290.77º67.53%30.2%-
HSV(B)290.77º80.62%50.59%-
XYZ11.125.7921.3-
YUV63.17165.15163.54-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.32%
GREEN value IS 25 (10.16% from 255) = 9.36%
BLUE value IS 129 (50.78% from 255) = 48.31%
R=42.32%
G=9.36%
B=48.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal113251290.120.8100.49290.7767.5330.2
Hex711981C51031123441e
Octal161312011412106144310436
Binary11100011100110000001110010100010110001100100011100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711981; }

 p { color: rgb(113,25,129); }

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

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

 a { background-color: rgb(113,25,129); }

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

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

 span { border-color: rgb(113,25,129); }

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