#6F2D71

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

Shades of Seance #6F2D71

Tints of Seance #6F2D71

Color information

#6F2D71 (or 0x6F2D71) is unknown color: approx Seance. HEX triplet: 6F, 2D and 71. RGB value is (111,45,113). Sum of RGB (Red+Green+Blue) = 111+45+113=269 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.26% from 269); Green value is 45 (17.97% from 255 or 16.73% from 269); Blue value is 113 (44.53% from 255 or 42.01% from 269); Max value from RGB is 113 - color contains mainly: blue. Hex color #6F2D71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2D71 is #90D28E. Grayscale: #484848. Windows color (decimal): -9491087 or 7417199. OLE color: 7417199.

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

Color convert

RGB11145113-
CMYK0.020.6000.56
HSL298.24º43.04%30.98%-
HSV(B)298.24º60.18%44.31%-
XYZ10.476.4516.32-
YUV72.49150.87155.47-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.26%
GREEN value IS 45 (17.97% from 255) = 16.73%
BLUE value IS 113 (44.53% from 255) = 42.01%
R=41.26%
G=16.73%
B=42.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111451130.020.6000.56298.2443.0430.98
Hex6F2D7123C03812a2b1f
Octal157551612740704525337
Binary1101111101101111000110111100011100010010101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,45,113); }

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

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

 a { background-color: rgb(111,45,113); }

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

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

 span { border-color: rgb(111,45,113); }

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