#6E1085

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

Shades of Purple #6E1085

Tints of Purple #6E1085

Color information

#6E1085 (or 0x6E1085) is unknown color: approx Purple. HEX triplet: 6E, 10 and 85. RGB value is (110,16,133). Sum of RGB (Red+Green+Blue) = 110+16+133=259 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.47% from 259); Green value is 16 (6.64% from 255 or 6.18% from 259); Blue value is 133 (52.34% from 255 or 51.35% from 259); Max value from RGB is 133 - color contains mainly: blue. Hex color #6E1085 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E1085 is #91EF7A. Grayscale: #393939. Windows color (decimal): -9564027 or 8720494. OLE color: 8720494.

HSL color Cylindrical-coordinate representation of color #6E1085: hue angle of 288.21º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6E1085 is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11016133-
CMYK0.170.8800.48
HSL288.21º78.52%29.22%-
HSV(B)288.21º87.97%52.16%-
XYZ10.855.3822.66-
YUV57.44170.64165.49-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 42.47%
GREEN value IS 16 (6.64% from 255) = 6.18%
BLUE value IS 133 (52.34% from 255) = 51.35%
R=42.47%
G=6.18%
B=51.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal110161330.170.8800.48288.2178.5229.22
Hex6E108511580301204f1d
Octal156202052113006044011735
Binary110111010000100001011000110110000110000100100000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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