#6E0077

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

Shades of Purple #6E0077

Tints of Purple #6E0077

Color information

#6E0077 (or 0x6E0077) is unknown color: approx Purple. HEX triplet: 6E, 00 and 77. RGB value is (110,0,119). Sum of RGB (Red+Green+Blue) = 110+0+119=229 (30% of max value = 765). Red value is 110 (43.36% from 255 or 48.03% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 119 (46.88% from 255 or 51.97% from 229); Max value from RGB is 119 - color contains mainly: blue. Hex color #6E0077 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0077 is #91FF88. Grayscale: #2E2E2E. Windows color (decimal): -9568137 or 7798894. OLE color: 7798894.

HSL color Cylindrical-coordinate representation of color #6E0077: hue angle of 295.46º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6E0077 is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1100119-
CMYK0.08100.53
HSL295.46º100%23.33%-
HSV(B)295.46º100%46.67%-
XYZ9.764.6517.84-
YUV46.46168.94173.32-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 48.03%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 119 (46.88% from 255) = 51.97%
R=48.03%
G=0%
B=51.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11001190.08100.53295.4610023.33
Hex6E0778640351276417
Octal15601671014406544714427
Binary110111001110111100011001000110101100100111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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