#711F80

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

Shades of Seance #711F80

Tints of Seance #711F80

Color information

#711F80 (or 0x711F80) is unknown color: approx Seance. HEX triplet: 71, 1F and 80. RGB value is (113,31,128). Sum of RGB (Red+Green+Blue) = 113+31+128=272 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.54% from 272); Green value is 31 (12.5% from 255 or 11.40% from 272); Blue value is 128 (50.39% from 255 or 47.06% from 272); Max value from RGB is 128 - color contains mainly: blue. Hex color #711F80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711F80 is #8EE07F. Grayscale: #424242. Windows color (decimal): -9363584 or 8396657. OLE color: 8396657.

HSL color Cylindrical-coordinate representation of color #711F80: hue angle of 290.72º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #711F80 is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11331128-
CMYK0.120.7600.50
HSL290.72º61.01%31.18%-
HSV(B)290.72º75.78%50.2%-
XYZ11.26.0521-
YUV66.58162.67161.11-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.54%
GREEN value IS 31 (12.5% from 255) = 11.40%
BLUE value IS 128 (50.39% from 255) = 47.06%
R=41.54%
G=11.40%
B=47.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal113311280.120.7600.50290.7261.0131.18
Hex711F80C4C0321233d1f
Octal16137200141140624437537
Binary1110001111111000000011001001100011001010010001111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711F80; }

 p { color: rgb(113,31,128); }

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

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

 a { background-color: rgb(113,31,128); }

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

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

 span { border-color: rgb(113,31,128); }

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