#711D83

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

Shades of Seance #711D83

Tints of Seance #711D83

Color information

#711D83 (or 0x711D83) is unknown color: approx Seance. HEX triplet: 71, 1D and 83. RGB value is (113,29,131). Sum of RGB (Red+Green+Blue) = 113+29+131=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 29 (11.72% from 255 or 10.62% from 273); Blue value is 131 (51.56% from 255 or 47.99% from 273); Max value from RGB is 131 - color contains mainly: blue. Hex color #711D83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711D83 is #8EE27C. Grayscale: #414141. Windows color (decimal): -9364093 or 8592753. OLE color: 8592753.

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

Color convert

RGB11329131-
CMYK0.140.7800.49
HSL289.41º63.75%31.37%-
HSV(B)289.41º77.86%51.37%-
XYZ11.356.0322.04-
YUV65.74164.83161.71-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.39%
GREEN value IS 29 (11.72% from 255) = 10.62%
BLUE value IS 131 (51.56% from 255) = 47.99%
R=41.39%
G=10.62%
B=47.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal113291310.140.7800.49289.4163.7531.37
Hex711D83E4E031121401f
Octal161352031611606144110037
Binary11100011110110000011111010011100110001100100001100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,29,131); }

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

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

 a { background-color: rgb(113,29,131); }

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

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

 span { border-color: rgb(113,29,131); }

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