#6F2A71

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

Shades of Seance #6F2A71

Tints of Seance #6F2A71

Color information

#6F2A71 (or 0x6F2A71) is unknown color: approx Seance. HEX triplet: 6F, 2A and 71. RGB value is (111,42,113). Sum of RGB (Red+Green+Blue) = 111+42+113=266 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.73% from 266); Green value is 42 (16.80% from 255 or 15.79% from 266); Blue value is 113 (44.53% from 255 or 42.48% from 266); Max value from RGB is 113 - color contains mainly: blue. Hex color #6F2A71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2A71 is #90D58E. Grayscale: #464646. Windows color (decimal): -9491855 or 7416431. OLE color: 7416431.

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

Color convert

RGB11142113-
CMYK0.020.6300.56
HSL298.31º45.81%30.39%-
HSV(B)298.31º62.83%44.31%-
XYZ10.366.2316.28-
YUV70.73151.86156.73-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.73%
GREEN value IS 42 (16.80% from 255) = 15.79%
BLUE value IS 113 (44.53% from 255) = 42.48%
R=41.73%
G=15.79%
B=42.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111421130.020.6300.56298.3145.8130.39
Hex6F2A7123F03812a2e1e
Octal157521612770704525636
Binary1101111101010111000110111111011100010010101010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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