#6E3071

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

Shades of Seance #6E3071

Tints of Seance #6E3071

Color information

#6E3071 (or 0x6E3071) is unknown color: approx Seance. HEX triplet: 6E, 30 and 71. RGB value is (110,48,113). Sum of RGB (Red+Green+Blue) = 110+48+113=271 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.59% from 271); Green value is 48 (19.14% from 255 or 17.71% from 271); Blue value is 113 (44.53% from 255 or 41.70% from 271); Max value from RGB is 113 - color contains mainly: blue. Hex color #6E3071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3071 is #91CF8E. Grayscale: #494949. Windows color (decimal): -9555855 or 7417966. OLE color: 7417966.

HSL color Cylindrical-coordinate representation of color #6E3071: hue angle of 297.23º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6E3071 is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB11048113-
CMYK0.030.5800.56
HSL297.23º40.37%31.57%-
HSV(B)297.23º57.52%44.31%-
XYZ10.476.6216.35-
YUV73.95150.04153.71-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 40.59%
GREEN value IS 48 (19.14% from 255) = 17.71%
BLUE value IS 113 (44.53% from 255) = 41.70%
R=40.59%
G=17.71%
B=41.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal110481130.030.5800.56297.2340.3731.57
Hex6E307133A0381292820
Octal156601613720704515040
Binary11011101100001110001111110100111000100101001101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E3071; }

 p { color: rgb(110,48,113); }

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

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

 a { background-color: rgb(110,48,113); }

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

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

 span { border-color: rgb(110,48,113); }

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