#6E0883

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

Shades of Purple #6E0883

Tints of Purple #6E0883

Color information

#6E0883 (or 0x6E0883) is unknown color: approx Purple. HEX triplet: 6E, 08 and 83. RGB value is (110,8,131). Sum of RGB (Red+Green+Blue) = 110+8+131=249 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.18% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 131 (51.56% from 255 or 52.61% from 249); Max value from RGB is 131 - color contains mainly: blue. Hex color #6E0883 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E0883 is #91F77C. Grayscale: #343434. Windows color (decimal): -9566077 or 8587374. OLE color: 8587374.

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

Color convert

RGB1108131-
CMYK0.160.9400.49
HSL289.76º88.49%27.25%-
HSV(B)289.76º93.89%51.37%-
XYZ10.615.1321.9-
YUV52.52172.29169-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 44.18%
GREEN value IS 8 (3.52% from 255) = 3.21%
BLUE value IS 131 (51.56% from 255) = 52.61%
R=44.18%
G=3.21%
B=52.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11081310.160.9400.49289.7688.4927.25
Hex6E883105E031122581b
Octal156102032013606144213033
Binary11011101000100000111000010111100110001100100010101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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