#6E097C

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

Shades of Purple #6E097C

Tints of Purple #6E097C

Color information

#6E097C (or 0x6E097C) is unknown color: approx Purple. HEX triplet: 6E, 09 and 7C. RGB value is (110,9,124). Sum of RGB (Red+Green+Blue) = 110+9+124=243 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.27% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 124 (48.83% from 255 or 51.03% from 243); Max value from RGB is 124 - color contains mainly: blue. Hex color #6E097C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E097C is #91F683. Grayscale: #333333. Windows color (decimal): -9565828 or 8128878. OLE color: 8128878.

HSL color Cylindrical-coordinate representation of color #6E097C: hue angle of 292.7º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6E097C is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1109124-
CMYK0.110.9300.51
HSL292.7º86.47%26.08%-
HSV(B)292.7º92.74%48.63%-
XYZ10.174.9719.49-
YUV52.31168.46169.15-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 45.27%
GREEN value IS 9 (3.91% from 255) = 3.70%
BLUE value IS 124 (48.83% from 255) = 51.03%
R=45.27%
G=3.70%
B=51.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11091240.110.9300.51292.786.4726.08
Hex6E97CB5D033125561a
Octal156111741313506344512632
Binary110111010011111100101110111010110011100100101101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E097C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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