#6E2B6E

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

Shades of Seance #6E2B6E

Tints of Seance #6E2B6E

Color information

#6E2B6E (or 0x6E2B6E) is unknown color: approx Seance. HEX triplet: 6E, 2B and 6E. RGB value is (110,43,110). Sum of RGB (Red+Green+Blue) = 110+43+110=263 (34% of max value = 765). Red value is 110 (43.36% from 255 or 41.83% from 263); Green value is 43 (17.19% from 255 or 16.35% from 263); Blue value is 110 (43.36% from 255 or 41.83% from 263); Max value from RGB is 110 - color contains mainly: red, blue. Hex color #6E2B6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2B6E is #91D491. Grayscale: #464646. Windows color (decimal): -9557138 or 7220078. OLE color: 7220078.

HSL color Cylindrical-coordinate representation of color #6E2B6E: hue angle of 300º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6E2B6E is Cyan = 0, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB11043110-
CMYK00.6100.57
HSL300º43.79%30%-
HSV(B)300º60.91%43.14%-
XYZ10.116.1715.41-
YUV70.67150.2156.05-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 41.83%
GREEN value IS 43 (17.19% from 255) = 16.35%
BLUE value IS 110 (43.36% from 255) = 41.83%
R=41.83%
G=16.35%
B=41.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1104311000.6100.5730043.7930
Hex6E2B6E03D03912c2c1e
Octal156531560750714545436
Binary110111010101111011100111101011100110010110010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,43,110); }

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

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

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

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

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

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

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