#71336C

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

Shades of Seance #71336C

Tints of Seance #71336C

Color information

#71336C (or 0x71336C) is unknown color: approx Seance. HEX triplet: 71, 33 and 6C. RGB value is (113,51,108). Sum of RGB (Red+Green+Blue) = 113+51+108=272 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.54% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 108 (42.58% from 255 or 39.71% from 272); Max value from RGB is 113 - color contains mainly: red. Hex color #71336C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71336C is #8ECC93. Grayscale: #4B4B4B. Windows color (decimal): -9358484 or 7091057. OLE color: 7091057.

HSL color Cylindrical-coordinate representation of color #71336C: hue angle of 304.84º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71336C is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB11351108-
CMYK00.550.040.56
HSL304.84º37.8%32.16%-
HSV(B)304.84º54.87%44.31%-
XYZ10.76.9614.97-
YUV76.04146.04154.37-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.54%
GREEN value IS 51 (20.31% from 255) = 18.75%
BLUE value IS 108 (42.58% from 255) = 39.71%
R=41.54%
G=18.75%
B=39.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1135110800.550.040.56304.8437.832.16
Hex71336C0374381312620
Octal161631540674704614640
Binary111000111001111011000110111100111000100110001100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71336C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71336C; }

 p { color: rgb(113,51,108); }

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

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

 a { background-color: rgb(113,51,108); }

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

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

 span { border-color: rgb(113,51,108); }

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