#711B82

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

Shades of Seance #711B82

Tints of Seance #711B82

Color information

#711B82 (or 0x711B82) is unknown color: approx Seance. HEX triplet: 71, 1B and 82. RGB value is (113,27,130). Sum of RGB (Red+Green+Blue) = 113+27+130=270 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.85% from 270); Green value is 27 (10.94% from 255 or 10% from 270); Blue value is 130 (51.17% from 255 or 48.15% from 270); Max value from RGB is 130 - color contains mainly: blue. Hex color #711B82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711B82 is #8EE47D. Grayscale: #404040. Windows color (decimal): -9364606 or 8526705. OLE color: 8526705.

HSL color Cylindrical-coordinate representation of color #711B82: hue angle of 290.1º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #711B82 is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11327130-
CMYK0.130.7900.49
HSL290.1º65.61%30.78%-
HSV(B)290.1º79.23%50.98%-
XYZ11.235.9121.67-
YUV64.46164.99162.62-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.85%
GREEN value IS 27 (10.94% from 255) = 10%
BLUE value IS 130 (51.17% from 255) = 48.15%
R=41.85%
G=10%
B=48.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal113271300.130.7900.49290.165.6130.78
Hex711B82D4F031122421f
Octal161332021511706144210237
Binary11100011101110000010110110011110110001100100010100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,27,130); }

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

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

 a { background-color: rgb(113,27,130); }

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

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

 span { border-color: rgb(113,27,130); }

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