#6e1083

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

Shades of Purple #6E1083

Tints of Purple #6E1083

Color information

#6E1083 (or 0x6E1083) is unknown color: approx Purple. HEX triplet: 6E, 10 and 83. RGB value is (110,16,131). Sum of RGB (Red+Green+Blue) = 110+16+131=257 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.80% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 131 (51.56% from 255 or 50.97% from 257); Max value from RGB is 131 - color contains mainly: blue. Hex color #6E1083 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E1083 is #91EF7C. Grayscale: #383838. Windows color (decimal): -9564029 or 8589422. OLE color: 8589422.

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

Color convert

RGB11016131-
CMYK0.160.8800.49
HSL289.04º78.23%28.82%-
HSV(B)289.04º87.79%51.37%-
XYZ10.715.3221.94-
YUV57.22169.64165.65-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 42.80%
GREEN value IS 16 (6.64% from 255) = 6.23%
BLUE value IS 131 (51.56% from 255) = 50.97%
R=42.80%
G=6.23%
B=50.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal110161310.160.8800.49289.0478.2328.82
Hex6E108310580311214e1d
Octal156202032013006144111635
Binary110111010000100000111000010110000110001100100001100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6e1083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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