#711182

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

Shades of Purple #711182

Tints of Purple #711182

Color information

#711182 (or 0x711182) is unknown color: approx Purple. HEX triplet: 71, 11 and 82. RGB value is (113,17,130). Sum of RGB (Red+Green+Blue) = 113+17+130=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 17 (7.03% from 255 or 6.54% from 260); Blue value is 130 (51.17% from 255 or 50% from 260); Max value from RGB is 130 - color contains mainly: blue. Hex color #711182 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711182 is #8EEE7D. Grayscale: #3A3A3A. Windows color (decimal): -9367166 or 8524145. OLE color: 8524145.

HSL color Cylindrical-coordinate representation of color #711182: hue angle of 290.97º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #711182 is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11317130-
CMYK0.130.8700.49
HSL290.97º76.87%28.82%-
HSV(B)290.97º86.92%50.98%-
XYZ11.045.5221.6-
YUV58.59168.3166.81-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.46%
GREEN value IS 17 (7.03% from 255) = 6.54%
BLUE value IS 130 (51.17% from 255) = 50%
R=43.46%
G=6.54%
B=50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal113171300.130.8700.49290.9776.8728.82
Hex711182D570311234d1d
Octal161212021512706144311535
Binary11100011000110000010110110101110110001100100011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711182; }

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

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

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

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

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

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

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

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