#711575

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

Shades of Purple #711575

Tints of Purple #711575

Color information

#711575 (or 0x711575) is unknown color: approx Purple. HEX triplet: 71, 15 and 75. RGB value is (113,21,117). Sum of RGB (Red+Green+Blue) = 113+21+117=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 21 (8.59% from 255 or 8.37% from 251); Blue value is 117 (46.09% from 255 or 46.61% from 251); Max value from RGB is 117 - color contains mainly: blue. Hex color #711575 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711575 is #8EEA8A. Grayscale: #3B3B3B. Windows color (decimal): -9366155 or 7673201. OLE color: 7673201.

HSL color Cylindrical-coordinate representation of color #711575: hue angle of 297.5º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #711575 is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11321117-
CMYK0.030.8200.54
HSL297.5º69.57%27.06%-
HSV(B)297.5º82.05%45.88%-
XYZ10.295.3317.32-
YUV59.45160.48166.19-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.02%
GREEN value IS 21 (8.59% from 255) = 8.37%
BLUE value IS 117 (46.09% from 255) = 46.61%
R=45.02%
G=8.37%
B=46.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal113211170.030.8200.54297.569.5727.06
Hex71157535203612a461b
Octal16125165312206645210633
Binary11100011010111101011110100100110110100101010100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711575; }

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

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

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

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

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

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

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

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