#711097

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

Shades of Purple #711097

Tints of Purple #711097

Color information

#711097 (or 0x711097) is unknown color: approx Purple. HEX triplet: 71, 10 and 97. RGB value is (113,16,151). Sum of RGB (Red+Green+Blue) = 113+16+151=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 151 (59.38% from 255 or 53.93% from 280); Max value from RGB is 151 - color contains mainly: blue. Hex color #711097 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711097 is #8EEF68. Grayscale: #3B3B3B. Windows color (decimal): -9367401 or 9900145. OLE color: 9900145.

HSL color Cylindrical-coordinate representation of color #711097: hue angle of 283.11º 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 #711097 is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11316151-
CMYK0.250.8900.41
HSL283.11º80.84%32.75%-
HSV(B)283.11º89.4%59.22%-
XYZ12.586.1229.8-
YUV60.39179.14165.52-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.36%
GREEN value IS 16 (6.64% from 255) = 5.71%
BLUE value IS 151 (59.38% from 255) = 53.93%
R=40.36%
G=5.71%
B=53.93%

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
Decimal113161510.250.8900.41283.1180.8432.75
Hex711097195902911b5121
Octal161202273113105143312141
Binary1110001100001001011111001101100101010011000110111010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711097; }

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

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

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

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

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

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

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

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