#6E0186

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

Shades of Purple #6E0186

Tints of Purple #6E0186

Color information

#6E0186 (or 0x6E0186) is unknown color: approx Purple. HEX triplet: 6E, 01 and 86. RGB value is (110,1,134). Sum of RGB (Red+Green+Blue) = 110+1+134=245 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.90% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 134 (52.73% from 255 or 54.69% from 245); Max value from RGB is 134 - color contains mainly: blue. Hex color #6E0186 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E0186 is #91FE79. Grayscale: #303030. Windows color (decimal): -9567866 or 8782190. OLE color: 8782190.

HSL color Cylindrical-coordinate representation of color #6E0186: hue angle of 289.17º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6E0186 is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1101134-
CMYK0.180.9900.47
HSL289.17º98.52%26.47%-
HSV(B)289.17º99.25%52.55%-
XYZ10.745.0622.96-
YUV48.75176.11171.69-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 44.90%
GREEN value IS 1 (0.78% from 255) = 0.41%
BLUE value IS 134 (52.73% from 255) = 54.69%
R=44.90%
G=0.41%
B=54.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11011340.180.9900.47289.1798.5226.47
Hex6E186126302F121631a
Octal15612062214305744114332
Binary11011101100001101001011000110101111100100001110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,1,134); }

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

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

 a { background-color: rgb(110,1,134); }

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

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

 span { border-color: rgb(110,1,134); }

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