#711073

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

Shades of Purple #711073

Tints of Purple #711073

Color information

#711073 (or 0x711073) is unknown color: approx Purple. HEX triplet: 71, 10 and 73. RGB value is (113,16,115). Sum of RGB (Red+Green+Blue) = 113+16+115=244 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.31% from 244); Green value is 16 (6.64% from 255 or 6.56% from 244); Blue value is 115 (45.31% from 255 or 47.13% from 244); Max value from RGB is 115 - color contains mainly: blue. Hex color #711073 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711073 is #8EEF8C. Grayscale: #373737. Windows color (decimal): -9367437 or 7540849. OLE color: 7540849.

HSL color Cylindrical-coordinate representation of color #711073: hue angle of 298.79º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #711073 is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11316115-
CMYK0.020.8600.55
HSL298.79º75.57%25.69%-
HSV(B)298.79º86.09%45.1%-
XYZ10.095.1216.68-
YUV56.29161.14168.45-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.31%
GREEN value IS 16 (6.64% from 255) = 6.56%
BLUE value IS 115 (45.31% from 255) = 47.13%
R=46.31%
G=6.56%
B=47.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113161150.020.8600.55298.7975.5725.69
Hex71107325603712b4c1a
Octal16120163212606745311432
Binary11100011000011100111010101100110111100101011100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711073; }

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

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

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

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

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

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

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

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