#6F316C

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

Shades of Seance #6F316C

Tints of Seance #6F316C

Color information

#6F316C (or 0x6F316C) is unknown color: approx Seance. HEX triplet: 6F, 31 and 6C. RGB value is (111,49,108). Sum of RGB (Red+Green+Blue) = 111+49+108=268 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.42% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 108 (42.58% from 255 or 40.30% from 268); Max value from RGB is 111 - color contains mainly: red. Hex color #6F316C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F316C is #90CE93. Grayscale: #4A4A4A. Windows color (decimal): -9490068 or 7090543. OLE color: 7090543.

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

Color convert

RGB11149108-
CMYK00.560.030.56
HSL302.9º38.75%31.37%-
HSV(B)302.9º55.86%43.53%-
XYZ10.366.6614.93-
YUV74.26147.04154.2-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.42%
GREEN value IS 49 (19.53% from 255) = 18.28%
BLUE value IS 108 (42.58% from 255) = 40.30%
R=41.42%
G=18.28%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1114910800.560.030.56302.938.7531.37
Hex6F316C03833812f271f
Octal157611540703704574737
Binary1101111110001110110001110001111100010010111110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F316C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,49,108); }

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

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

 a { background-color: rgb(111,49,108); }

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

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

 span { border-color: rgb(111,49,108); }

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