#711876

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

Shades of Seance #711876

Tints of Seance #711876

Color information

#711876 (or 0x711876) is unknown color: approx Seance. HEX triplet: 71, 18 and 76. RGB value is (113,24,118). Sum of RGB (Red+Green+Blue) = 113+24+118=255 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.31% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 118 (46.48% from 255 or 46.27% from 255); Max value from RGB is 118 - color contains mainly: blue. Hex color #711876 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711876 is #8EE789. Grayscale: #3D3D3D. Windows color (decimal): -9365386 or 7739505. OLE color: 7739505.

HSL color Cylindrical-coordinate representation of color #711876: hue angle of 296.81º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #711876 is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11324118-
CMYK0.040.8000.54
HSL296.81º66.2%27.84%-
HSV(B)296.81º79.66%46.27%-
XYZ10.415.4717.65-
YUV61.33159.99164.86-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.31%
GREEN value IS 24 (9.77% from 255) = 9.41%
BLUE value IS 118 (46.48% from 255) = 46.27%
R=44.31%
G=9.41%
B=46.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal113241180.040.8000.54296.8166.227.84
Hex711876450036129421c
Octal16130166412006645110234
Binary111000111000111011010010100000110110100101001100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711876; }

 p { color: rgb(113,24,118); }

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

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

 a { background-color: rgb(113,24,118); }

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

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

 span { border-color: rgb(113,24,118); }

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