#6F2C74

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

Shades of Seance #6F2C74

Tints of Seance #6F2C74

Color information

#6F2C74 (or 0x6F2C74) is unknown color: approx Seance. HEX triplet: 6F, 2C and 74. RGB value is (111,44,116). Sum of RGB (Red+Green+Blue) = 111+44+116=271 (35% of max value = 765). Red value is 111 (43.75% from 255 or 40.96% from 271); Green value is 44 (17.58% from 255 or 16.24% from 271); Blue value is 116 (45.70% from 255 or 42.80% from 271); Max value from RGB is 116 - color contains mainly: blue. Hex color #6F2C74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2C74 is #90D38B. Grayscale: #484848. Windows color (decimal): -9491340 or 7613551. OLE color: 7613551.

HSL color Cylindrical-coordinate representation of color #6F2C74: hue angle of 295.83º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6F2C74 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11144116-
CMYK0.040.6200.55
HSL295.83º45%31.37%-
HSV(B)295.83º62.07%45.49%-
XYZ10.616.4417.21-
YUV72.24152.7155.65-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.96%
GREEN value IS 44 (17.58% from 255) = 16.24%
BLUE value IS 116 (45.70% from 255) = 42.80%
R=40.96%
G=16.24%
B=42.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal111441160.040.6200.55295.834531.37
Hex6F2C7443E0371282d1f
Octal157541644760674505537
Binary11011111011001110100100111110011011110010100010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,44,116); }

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

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

 a { background-color: rgb(111,44,116); }

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

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

 span { border-color: rgb(111,44,116); }

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