#6E1886

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

Shades of Purple #6E1886

Tints of Purple #6E1886

Color information

#6E1886 (or 0x6E1886) is unknown color: approx Purple. HEX triplet: 6E, 18 and 86. RGB value is (110,24,134). Sum of RGB (Red+Green+Blue) = 110+24+134=268 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.04% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 134 (52.73% from 255 or 50% from 268); Max value from RGB is 134 - color contains mainly: blue. Hex color #6E1886 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E1886 is #91E779. Grayscale: #3D3D3D. Windows color (decimal): -9561978 or 8788078. OLE color: 8788078.

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

Color convert

RGB11024134-
CMYK0.180.8200.47
HSL286.91º69.62%30.98%-
HSV(B)286.91º82.09%52.55%-
XYZ11.065.6923.07-
YUV62.25168.49162.06-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 41.04%
GREEN value IS 24 (9.77% from 255) = 8.96%
BLUE value IS 134 (52.73% from 255) = 50%
R=41.04%
G=8.96%
B=50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal110241340.180.8200.47286.9169.6230.98
Hex6E1886125202F11f461f
Octal156302062212205743710637
Binary110111011000100001101001010100100101111100011111100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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