#6E087C

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

Shades of Purple #6E087C

Tints of Purple #6E087C

Color information

#6E087C (or 0x6E087C) is unknown color: approx Purple. HEX triplet: 6E, 08 and 7C. RGB value is (110,8,124). Sum of RGB (Red+Green+Blue) = 110+8+124=242 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.45% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 124 (48.83% from 255 or 51.24% from 242); Max value from RGB is 124 - color contains mainly: blue. Hex color #6E087C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E087C is #91F783. Grayscale: #333333. Windows color (decimal): -9566084 or 8128622. OLE color: 8128622.

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

Color convert

RGB1108124-
CMYK0.110.9400.51
HSL292.76º87.88%25.88%-
HSV(B)292.76º93.55%48.63%-
XYZ10.164.9419.49-
YUV51.72168.79169.57-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 45.45%
GREEN value IS 8 (3.52% from 255) = 3.31%
BLUE value IS 124 (48.83% from 255) = 51.24%
R=45.45%
G=3.31%
B=51.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11081240.110.9400.51292.7687.8825.88
Hex6E87CB5E033125581a
Octal156101741313606344513032
Binary110111010001111100101110111100110011100100101101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E087C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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