#6B1771

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

Shades of Seance #6B1771

Tints of Seance #6B1771

Color information

#6B1771 (or 0x6B1771) is unknown color: approx Seance. HEX triplet: 6B, 17 and 71. RGB value is (107,23,113). Sum of RGB (Red+Green+Blue) = 107+23+113=243 (32% of max value = 765). Red value is 107 (42.19% from 255 or 44.03% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 113 (44.53% from 255 or 46.50% from 243); Max value from RGB is 113 - color contains mainly: blue. Hex color #6B1771 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B1771 is #94E88E. Grayscale: #3A3A3A. Windows color (decimal): -9758863 or 7411563. OLE color: 7411563.

HSL color Cylindrical-coordinate representation of color #6B1771: hue angle of 296º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6B1771 is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10723113-
CMYK0.050.8000.56
HSL296º66.18%26.67%-
HSV(B)296º79.65%44.31%-
XYZ9.354.9316.08-
YUV58.38158.83162.68-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.03%
GREEN value IS 23 (9.38% from 255) = 9.47%
BLUE value IS 113 (44.53% from 255) = 46.50%
R=44.03%
G=9.47%
B=46.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal107231130.050.8000.5629666.1826.67
Hex6B1771550038128421b
Octal15327161512007045010233
Binary110101110111111000110110100000111000100101000100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,23,113); }

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

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

 a { background-color: rgb(107,23,113); }

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

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

 span { border-color: rgb(107,23,113); }

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