#6E0987

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

Shades of Purple #6E0987

Tints of Purple #6E0987

Color information

#6E0987 (or 0x6E0987) is unknown color: approx Purple. HEX triplet: 6E, 09 and 87. RGB value is (110,9,135). Sum of RGB (Red+Green+Blue) = 110+9+135=254 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.31% from 254); Green value is 9 (3.91% from 255 or 3.54% from 254); Blue value is 135 (53.12% from 255 or 53.15% from 254); Max value from RGB is 135 - color contains mainly: blue. Hex color #6E0987 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E0987 is #91F678. Grayscale: #353535. Windows color (decimal): -9565817 or 8849774. OLE color: 8849774.

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

Color convert

RGB1109135-
CMYK0.190.9300.47
HSL288.1º87.5%28.24%-
HSV(B)288.1º93.33%52.94%-
XYZ10.95.2623.36-
YUV53.56173.96168.25-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 43.31%
GREEN value IS 9 (3.91% from 255) = 3.54%
BLUE value IS 135 (53.12% from 255) = 53.15%
R=43.31%
G=3.54%
B=53.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11091350.190.9300.47288.187.528.24
Hex6E987135D02F120581c
Octal156112072313505744013034
Binary11011101001100001111001110111010101111100100000101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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