#6E1087

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

Shades of Purple #6E1087

Tints of Purple #6E1087

Color information

#6E1087 (or 0x6E1087) is unknown color: approx Purple. HEX triplet: 6E, 10 and 87. RGB value is (110,16,135). Sum of RGB (Red+Green+Blue) = 110+16+135=261 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.15% from 261); Green value is 16 (6.64% from 255 or 6.13% from 261); Blue value is 135 (53.12% from 255 or 51.72% from 261); Max value from RGB is 135 - color contains mainly: blue. Hex color #6E1087 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E1087 is #91EF78. Grayscale: #393939. Windows color (decimal): -9564025 or 8851566. OLE color: 8851566.

HSL color Cylindrical-coordinate representation of color #6E1087: hue angle of 287.39º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6E1087 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11016135-
CMYK0.190.8800.47
HSL287.39º78.81%29.61%-
HSV(B)287.39º88.15%52.94%-
XYZ10.995.4323.39-
YUV57.67171.64165.32-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 42.15%
GREEN value IS 16 (6.64% from 255) = 6.13%
BLUE value IS 135 (53.12% from 255) = 51.72%
R=42.15%
G=6.13%
B=51.72%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal110161350.190.8800.47287.3978.8129.61
Hex6E1087135802F11f4f1e
Octal156202072313005743711736
Binary110111010000100001111001110110000101111100011111100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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