#711270

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

Shades of Purple #711270

Tints of Purple #711270

Color information

#711270 (or 0x711270) is unknown color: approx Purple. HEX triplet: 71, 12 and 70. RGB value is (113,18,112). Sum of RGB (Red+Green+Blue) = 113+18+112=243 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.50% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 112 (44.14% from 255 or 46.09% from 243); Max value from RGB is 113 - color contains mainly: red. Hex color #711270 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711270 is #8EED8F. Grayscale: #383838. Windows color (decimal): -9366928 or 7344753. OLE color: 7344753.

HSL color Cylindrical-coordinate representation of color #711270: hue angle of 300.63º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #711270 is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB11318112-
CMYK00.840.010.56
HSL300.63º72.52%25.69%-
HSV(B)300.63º84.07%44.31%-
XYZ9.955.1115.79-
YUV57.12158.97167.86-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.50%
GREEN value IS 18 (7.42% from 255) = 7.41%
BLUE value IS 112 (44.14% from 255) = 46.09%
R=46.50%
G=7.41%
B=46.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131811200.840.010.56300.6372.5225.69
Hex71127005413812d491a
Octal16122160012417045511132
Binary1110001100101110000010101001111000100101101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711270; }

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

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

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

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

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

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

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

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