#6E006E

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

Shades of Purple #6E006E

Tints of Purple #6E006E

Color information

#6E006E (or 0x6E006E) is unknown color: approx Purple. HEX triplet: 6E, 00 and 6E. RGB value is (110,0,110). Sum of RGB (Red+Green+Blue) = 110+0+110=220 (29% of max value = 765). Red value is 110 (43.36% from 255 or 50% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 110 (43.36% from 255 or 50% from 220); Max value from RGB is 110 - color contains mainly: red, blue. Hex color #6E006E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E006E is #91FF91. Grayscale: #2D2D2D. Windows color (decimal): -9568146 or 7209070. OLE color: 7209070.

HSL color Cylindrical-coordinate representation of color #6E006E: hue angle of 300º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6E006E is Cyan = 0, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1100110-
CMYK0100.57
HSL300º100%21.57%-
HSV(B)300º100%43.14%-
XYZ9.244.4415.12-
YUV45.43164.44174.06-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 50%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 110 (43.36% from 255) = 50%
R=50%
G=0%
B=50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11001100100.5730010021.57
Hex6E06E06403912c6416
Octal1560156014407145414426
Binary110111001101110011001000111001100101100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E006E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,0,110); }

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

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

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

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

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

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

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