#6F2F71

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

Shades of Seance #6F2F71

Tints of Seance #6F2F71

Color information

#6F2F71 (or 0x6F2F71) is unknown color: approx Seance. HEX triplet: 6F, 2F and 71. RGB value is (111,47,113). Sum of RGB (Red+Green+Blue) = 111+47+113=271 (35% of max value = 765). Red value is 111 (43.75% from 255 or 40.96% from 271); Green value is 47 (18.75% from 255 or 17.34% from 271); Blue value is 113 (44.53% from 255 or 41.70% from 271); Max value from RGB is 113 - color contains mainly: blue. Hex color #6F2F71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2F71 is #90D08E. Grayscale: #494949. Windows color (decimal): -9490575 or 7417711. OLE color: 7417711.

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

Color convert

RGB11147113-
CMYK0.020.5800.56
HSL298.18º41.25%31.37%-
HSV(B)298.18º58.41%44.31%-
XYZ10.556.616.34-
YUV73.66150.2154.63-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.96%
GREEN value IS 47 (18.75% from 255) = 17.34%
BLUE value IS 113 (44.53% from 255) = 41.70%
R=40.96%
G=17.34%
B=41.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111471130.020.5800.56298.1841.2531.37
Hex6F2F7123A03812a291f
Octal157571612720704525137
Binary1101111101111111000110111010011100010010101010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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