#6E0889

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

Shades of Purple #6E0889

Tints of Purple #6E0889

Color information

#6E0889 (or 0x6E0889) is unknown color: approx Purple. HEX triplet: 6E, 08 and 89. RGB value is (110,8,137). Sum of RGB (Red+Green+Blue) = 110+8+137=255 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.14% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 137 (53.91% from 255 or 53.73% from 255); Max value from RGB is 137 - color contains mainly: blue. Hex color #6E0889 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E0889 is #91F776. Grayscale: #343434. Windows color (decimal): -9566071 or 8980590. OLE color: 8980590.

HSL color Cylindrical-coordinate representation of color #6E0889: hue angle of 287.44º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6E0889 is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1108137-
CMYK0.200.9400.46
HSL287.44º88.97%28.43%-
HSV(B)287.44º94.16%53.73%-
XYZ11.035.2924.11-
YUV53.2175.29168.51-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 43.14%
GREEN value IS 8 (3.52% from 255) = 3.14%
BLUE value IS 137 (53.91% from 255) = 53.73%
R=43.14%
G=3.14%
B=53.73%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal11081370.200.9400.46287.4488.9728.43
Hex6E889145E02E11f591c
Octal156102112413605643713134
Binary11011101000100010011010010111100101110100011111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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