#6E1F83

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

Shades of Seance #6E1F83

Tints of Seance #6E1F83

Color information

#6E1F83 (or 0x6E1F83) is unknown color: approx Seance. HEX triplet: 6E, 1F and 83. RGB value is (110,31,131). Sum of RGB (Red+Green+Blue) = 110+31+131=272 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.44% from 272); Green value is 31 (12.5% from 255 or 11.40% from 272); Blue value is 131 (51.56% from 255 or 48.16% from 272); Max value from RGB is 131 - color contains mainly: blue. Hex color #6E1F83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E1F83 is #91E07C. Grayscale: #414141. Windows color (decimal): -9560189 or 8593262. OLE color: 8593262.

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

Color convert

RGB11031131-
CMYK0.160.7600.49
HSL287.4º61.73%31.76%-
HSV(B)287.4º76.34%51.37%-
XYZ11.025.9322.04-
YUV66.02164.67159.37-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 40.44%
GREEN value IS 31 (12.5% from 255) = 11.40%
BLUE value IS 131 (51.56% from 255) = 48.16%
R=40.44%
G=11.40%
B=48.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal110311310.160.7600.49287.461.7331.76
Hex6E1F83104C03111f3e20
Octal15637203201140614377640
Binary110111011111100000111000010011000110001100011111111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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