#711573

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

Shades of Dark Purple #711573

Tints of Dark Purple #711573

Color information

#711573 (or 0x711573) is unknown color: approx Dark Purple. HEX triplet: 71, 15 and 73. RGB value is (113,21,115). Sum of RGB (Red+Green+Blue) = 113+21+115=249 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.38% from 249); Green value is 21 (8.59% from 255 or 8.43% from 249); Blue value is 115 (45.31% from 255 or 46.18% from 249); Max value from RGB is 115 - color contains mainly: blue. Hex color #711573 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711573 is #8EEA8C. Grayscale: #3A3A3A. Windows color (decimal): -9366157 or 7542129. OLE color: 7542129.

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

Color convert

RGB11321115-
CMYK0.020.8200.55
HSL298.72º69.12%26.67%-
HSV(B)298.72º81.74%45.1%-
XYZ10.175.2816.7-
YUV59.22159.48166.36-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.38%
GREEN value IS 21 (8.59% from 255) = 8.43%
BLUE value IS 115 (45.31% from 255) = 46.18%
R=45.38%
G=8.43%
B=46.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113211150.020.8200.55298.7269.1226.67
Hex71157325203712b451b
Octal16125163212206745310533
Binary11100011010111100111010100100110111100101011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711573; }

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

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

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

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

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

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

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

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