#711375

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

Shades of Purple #711375

Tints of Purple #711375

Color information

#711375 (or 0x711375) is unknown color: approx Purple. HEX triplet: 71, 13 and 75. RGB value is (113,19,117). Sum of RGB (Red+Green+Blue) = 113+19+117=249 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.38% from 249); Green value is 19 (7.81% from 255 or 7.63% from 249); Blue value is 117 (46.09% from 255 or 46.99% from 249); Max value from RGB is 117 - color contains mainly: blue. Hex color #711375 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711375 is #8EEC8A. Grayscale: #393939. Windows color (decimal): -9366667 or 7672689. OLE color: 7672689.

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

Color convert

RGB11319117-
CMYK0.030.8400.54
HSL297.55º72.06%26.67%-
HSV(B)297.55º83.76%45.88%-
XYZ10.255.2617.3-
YUV58.28161.14167.03-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.38%
GREEN value IS 19 (7.81% from 255) = 7.63%
BLUE value IS 117 (46.09% from 255) = 46.99%
R=45.38%
G=7.63%
B=46.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal113191170.030.8400.54297.5572.0626.67
Hex71137535403612a481b
Octal16123165312406645211033
Binary11100011001111101011110101000110110100101010100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711375; }

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

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

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

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

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

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

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

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