#6F1B83

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

Shades of Seance #6F1B83

Tints of Seance #6F1B83

Color information

#6F1B83 (or 0x6F1B83) is unknown color: approx Seance. HEX triplet: 6F, 1B and 83. RGB value is (111,27,131). Sum of RGB (Red+Green+Blue) = 111+27+131=269 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.26% from 269); Green value is 27 (10.94% from 255 or 10.04% from 269); Blue value is 131 (51.56% from 255 or 48.70% from 269); Max value from RGB is 131 - color contains mainly: blue. Hex color #6F1B83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F1B83 is #90E47C. Grayscale: #3F3F3F. Windows color (decimal): -9495677 or 8592239. OLE color: 8592239.

HSL color Cylindrical-coordinate representation of color #6F1B83: hue angle of 288.46º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6F1B83 is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11127131-
CMYK0.150.7900.49
HSL288.46º65.82%30.98%-
HSV(B)288.46º79.39%51.37%-
XYZ11.045.822.01-
YUV63.97165.83161.54-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.26%
GREEN value IS 27 (10.94% from 255) = 10.04%
BLUE value IS 131 (51.56% from 255) = 48.70%
R=41.26%
G=10.04%
B=48.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal111271310.150.7900.49288.4665.8230.98
Hex6F1B83F4F031120421f
Octal157332031711706144010237
Binary11011111101110000011111110011110110001100100000100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,27,131); }

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

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

 a { background-color: rgb(111,27,131); }

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

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

 span { border-color: rgb(111,27,131); }

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