#6F1E7D

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

Shades of Seance #6F1E7D

Tints of Seance #6F1E7D

Color information

#6F1E7D (or 0x6F1E7D) is unknown color: approx Seance. HEX triplet: 6F, 1E and 7D. RGB value is (111,30,125). Sum of RGB (Red+Green+Blue) = 111+30+125=266 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.73% from 266); Green value is 30 (12.11% from 255 or 11.28% from 266); Blue value is 125 (49.22% from 255 or 46.99% from 266); Max value from RGB is 125 - color contains mainly: blue. Hex color #6F1E7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F1E7D is #90E182. Grayscale: #404040. Windows color (decimal): -9494915 or 8199791. OLE color: 8199791.

HSL color Cylindrical-coordinate representation of color #6F1E7D: hue angle of 291.16º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6F1E7D is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11130125-
CMYK0.110.7600.51
HSL291.16º61.29%30.39%-
HSV(B)291.16º76%49.02%-
XYZ10.725.7919.95-
YUV65.05161.84160.78-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.73%
GREEN value IS 30 (12.11% from 255) = 11.28%
BLUE value IS 125 (49.22% from 255) = 46.99%
R=41.73%
G=11.28%
B=46.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal111301250.110.7600.51291.1661.2930.39
Hex6F1E7DB4C0331233d1e
Octal15736175131140634437536
Binary110111111110111110110111001100011001110010001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,30,125); }

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

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

 a { background-color: rgb(111,30,125); }

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

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

 span { border-color: rgb(111,30,125); }

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