#6A2771

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

Shades of Seance #6A2771

Tints of Seance #6A2771

Color information

#6A2771 (or 0x6A2771) is unknown color: approx Seance. HEX triplet: 6A, 27 and 71. RGB value is (106,39,113). Sum of RGB (Red+Green+Blue) = 106+39+113=258 (34% of max value = 765). Red value is 106 (41.80% from 255 or 41.09% from 258); Green value is 39 (15.62% from 255 or 15.12% from 258); Blue value is 113 (44.53% from 255 or 43.80% from 258); Max value from RGB is 113 - color contains mainly: blue. Hex color #6A2771 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A2771 is #95D88E. Grayscale: #434343. Windows color (decimal): -9820303 or 7415658. OLE color: 7415658.

HSL color Cylindrical-coordinate representation of color #6A2771: hue angle of 294.32º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6A2771 is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10639113-
CMYK0.060.6500.56
HSL294.32º48.68%29.8%-
HSV(B)294.32º65.49%44.31%-
XYZ9.655.7116.22-
YUV67.47153.7155.48-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 41.09%
GREEN value IS 39 (15.62% from 255) = 15.12%
BLUE value IS 113 (44.53% from 255) = 43.80%
R=41.09%
G=15.12%
B=43.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal106391130.060.6500.56294.3248.6829.8
Hex6A2771641038126311e
Octal1524716161010704466136
Binary110101010011111100011101000001011100010010011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,39,113); }

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

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

 a { background-color: rgb(106,39,113); }

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

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

 span { border-color: rgb(106,39,113); }

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