#711A77

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

Shades of Seance #711A77

Tints of Seance #711A77

Color information

#711A77 (or 0x711A77) is unknown color: approx Seance. HEX triplet: 71, 1A and 77. RGB value is (113,26,119). Sum of RGB (Red+Green+Blue) = 113+26+119=258 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.80% from 258); Green value is 26 (10.55% from 255 or 10.08% from 258); Blue value is 119 (46.88% from 255 or 46.12% from 258); Max value from RGB is 119 - color contains mainly: blue. Hex color #711A77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711A77 is #8EE588. Grayscale: #3E3E3E. Windows color (decimal): -9364873 or 7805553. OLE color: 7805553.

HSL color Cylindrical-coordinate representation of color #711A77: hue angle of 296.13º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #711A77 is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11326119-
CMYK0.050.7800.53
HSL296.13º64.14%28.43%-
HSV(B)296.13º78.15%46.67%-
XYZ10.515.5817.98-
YUV62.62159.82163.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.80%
GREEN value IS 26 (10.55% from 255) = 10.08%
BLUE value IS 119 (46.88% from 255) = 46.12%
R=43.80%
G=10.08%
B=46.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113261190.050.7800.53296.1364.1428.43
Hex711A7754E035128401c
Octal16132167511606545010034
Binary111000111010111011110110011100110101100101000100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,26,119); }

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

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

 a { background-color: rgb(113,26,119); }

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

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

 span { border-color: rgb(113,26,119); }

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