#711286

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

Shades of Purple #711286

Tints of Purple #711286

Color information

#711286 (or 0x711286) is unknown color: approx Purple. HEX triplet: 71, 12 and 86. RGB value is (113,18,134). Sum of RGB (Red+Green+Blue) = 113+18+134=265 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.64% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 134 (52.73% from 255 or 50.57% from 265); Max value from RGB is 134 - color contains mainly: blue. Hex color #711286 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711286 is #8EED79. Grayscale: #3B3B3B. Windows color (decimal): -9366906 or 8786545. OLE color: 8786545.

HSL color Cylindrical-coordinate representation of color #711286: hue angle of 289.14º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #711286 is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11318134-
CMYK0.160.8700.47
HSL289.14º76.32%29.8%-
HSV(B)289.14º86.57%52.55%-
XYZ11.335.6623.05-
YUV59.63169.97166.07-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.64%
GREEN value IS 18 (7.42% from 255) = 6.79%
BLUE value IS 134 (52.73% from 255) = 50.57%
R=42.64%
G=6.79%
B=50.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113181340.160.8700.47289.1476.3229.8
Hex711286105702F1214c1e
Octal161222062012705744111436
Binary111000110010100001101000010101110101111100100001100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711286; }

 p { color: rgb(113,18,134); }

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

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

 a { background-color: rgb(113,18,134); }

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

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

 span { border-color: rgb(113,18,134); }

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