#711096

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

Shades of Purple #711096

Tints of Purple #711096

Color information

#711096 (or 0x711096) is unknown color: approx Purple. HEX triplet: 71, 10 and 96. RGB value is (113,16,150). Sum of RGB (Red+Green+Blue) = 113+16+150=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 16 (6.64% from 255 or 5.73% from 279); Blue value is 150 (58.98% from 255 or 53.76% from 279); Max value from RGB is 150 - color contains mainly: blue. Hex color #711096 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711096 is #8EEF69. Grayscale: #3B3B3B. Windows color (decimal): -9367402 or 9834609. OLE color: 9834609.

HSL color Cylindrical-coordinate representation of color #711096: hue angle of 283.43º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #711096 is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11316150-
CMYK0.250.8900.41
HSL283.43º80.72%32.55%-
HSV(B)283.43º89.33%58.82%-
XYZ12.56.0829.37-
YUV60.28178.64165.6-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.50%
GREEN value IS 16 (6.64% from 255) = 5.73%
BLUE value IS 150 (58.98% from 255) = 53.76%
R=40.50%
G=5.73%
B=53.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal113161500.250.8900.41283.4380.7232.55
Hex711096195902911b5121
Octal161202263113105143312141
Binary1110001100001001011011001101100101010011000110111010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711096; }

 p { color: rgb(113,16,150); }

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

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

 a { background-color: rgb(113,16,150); }

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

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

 span { border-color: rgb(113,16,150); }

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