#6E277F

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

Shades of Eminence #6E277F

Tints of Eminence #6E277F

Color information

#6E277F (or 0x6E277F) is unknown color: approx Eminence. HEX triplet: 6E, 27 and 7F. RGB value is (110,39,127). Sum of RGB (Red+Green+Blue) = 110+39+127=276 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.86% from 276); Green value is 39 (15.62% from 255 or 14.13% from 276); Blue value is 127 (50% from 255 or 46.01% from 276); Max value from RGB is 127 - color contains mainly: blue. Hex color #6E277F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E277F is #91D880. Grayscale: #454545. Windows color (decimal): -9558145 or 8333166. OLE color: 8333166.

HSL color Cylindrical-coordinate representation of color #6E277F: hue angle of 288.41º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6E277F is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11039127-
CMYK0.130.6900.50
HSL288.41º53.01%32.55%-
HSV(B)288.41º69.29%49.8%-
XYZ10.996.320.72-
YUV70.26160.02156.34-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 39.86%
GREEN value IS 39 (15.62% from 255) = 14.13%
BLUE value IS 127 (50% from 255) = 46.01%
R=39.86%
G=14.13%
B=46.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal110391270.130.6900.50288.4153.0132.55
Hex6E277FD450321203521
Octal15647177151050624406541
Binary11011101001111111111110110001010110010100100000110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E277F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,39,127); }

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

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

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

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

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

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

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