#711880

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

Shades of Purple #711880

Tints of Purple #711880

Color information

#711880 (or 0x711880) is unknown color: approx Purple. HEX triplet: 71, 18 and 80. RGB value is (113,24,128). Sum of RGB (Red+Green+Blue) = 113+24+128=265 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.64% from 265); Green value is 24 (9.77% from 255 or 9.06% from 265); Blue value is 128 (50.39% from 255 or 48.30% from 265); Max value from RGB is 128 - color contains mainly: blue. Hex color #711880 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711880 is #8EE77F. Grayscale: #3E3E3E. Windows color (decimal): -9365376 or 8394865. OLE color: 8394865.

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

Color convert

RGB11324128-
CMYK0.120.8100.50
HSL291.35º68.42%29.8%-
HSV(B)291.35º81.25%50.2%-
XYZ11.035.7220.95-
YUV62.47164.99164.04-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.64%
GREEN value IS 24 (9.77% from 255) = 9.06%
BLUE value IS 128 (50.39% from 255) = 48.30%
R=42.64%
G=9.06%
B=48.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal113241280.120.8100.50291.3568.4229.8
Hex711880C51032123441e
Octal161302001412106244310436
Binary11100011100010000000110010100010110010100100011100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711880; }

 p { color: rgb(113,24,128); }

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

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

 a { background-color: rgb(113,24,128); }

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

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

 span { border-color: rgb(113,24,128); }

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