#6E1F80

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

Shades of Seance #6E1F80

Tints of Seance #6E1F80

Color information

#6E1F80 (or 0x6E1F80) is unknown color: approx Seance. HEX triplet: 6E, 1F and 80. RGB value is (110,31,128). Sum of RGB (Red+Green+Blue) = 110+31+128=269 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.89% from 269); Green value is 31 (12.5% from 255 or 11.52% from 269); Blue value is 128 (50.39% from 255 or 47.58% from 269); Max value from RGB is 128 - color contains mainly: blue. Hex color #6E1F80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E1F80 is #91E07F. Grayscale: #414141. Windows color (decimal): -9560192 or 8396654. OLE color: 8396654.

HSL color Cylindrical-coordinate representation of color #6E1F80: hue angle of 288.87º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6E1F80 is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11031128-
CMYK0.140.7600.50
HSL288.87º61.01%31.18%-
HSV(B)288.87º75.78%50.2%-
XYZ10.825.8520.98-
YUV65.68163.17159.61-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 40.89%
GREEN value IS 31 (12.5% from 255) = 11.52%
BLUE value IS 128 (50.39% from 255) = 47.58%
R=40.89%
G=11.52%
B=47.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal110311280.140.7600.50288.8761.0131.18
Hex6E1F80E4C0321213d1f
Octal15637200161140624417537
Binary1101110111111000000011101001100011001010010000111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,31,128); }

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

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

 a { background-color: rgb(110,31,128); }

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

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

 span { border-color: rgb(110,31,128); }

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