#711075

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

Shades of Purple #711075

Tints of Purple #711075

Color information

#711075 (or 0x711075) is unknown color: approx Purple. HEX triplet: 71, 10 and 75. RGB value is (113,16,117). Sum of RGB (Red+Green+Blue) = 113+16+117=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 16 (6.64% from 255 or 6.50% from 246); Blue value is 117 (46.09% from 255 or 47.56% from 246); Max value from RGB is 117 - color contains mainly: blue. Hex color #711075 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711075 is #8EEF8A. Grayscale: #383838. Windows color (decimal): -9367435 or 7671921. OLE color: 7671921.

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

Color convert

RGB11316117-
CMYK0.030.8600.54
HSL297.62º75.94%26.08%-
HSV(B)297.62º86.32%45.88%-
XYZ10.215.1717.29-
YUV56.52162.14168.29-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.93%
GREEN value IS 16 (6.64% from 255) = 6.50%
BLUE value IS 117 (46.09% from 255) = 47.56%
R=45.93%
G=6.50%
B=47.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal113161170.030.8600.54297.6275.9426.08
Hex71107535603612a4c1a
Octal16120165312606645211432
Binary11100011000011101011110101100110110100101010100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711075; }

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

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

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

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

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

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

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

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