#711275

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

Shades of Purple #711275

Tints of Purple #711275

Color information

#711275 (or 0x711275) is unknown color: approx Purple. HEX triplet: 71, 12 and 75. RGB value is (113,18,117). Sum of RGB (Red+Green+Blue) = 113+18+117=248 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.56% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 117 (46.09% from 255 or 47.18% from 248); Max value from RGB is 117 - color contains mainly: blue. Hex color #711275 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711275 is #8EED8A. Grayscale: #393939. Windows color (decimal): -9366923 or 7672433. OLE color: 7672433.

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

Color convert

RGB11318117-
CMYK0.030.8500.54
HSL297.58º73.33%26.47%-
HSV(B)297.58º84.62%45.88%-
XYZ10.245.2317.3-
YUV57.69161.47167.45-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.56%
GREEN value IS 18 (7.42% from 255) = 7.26%
BLUE value IS 117 (46.09% from 255) = 47.18%
R=45.56%
G=7.26%
B=47.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal113181170.030.8500.54297.5873.3326.47
Hex71127535503612a491a
Octal16122165312506645211132
Binary11100011001011101011110101010110110100101010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711275; }

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

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

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

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

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

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

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

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