#6E267F

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

Shades of Eminence #6E267F

Tints of Eminence #6E267F

Color information

#6E267F (or 0x6E267F) is unknown color: approx Eminence. HEX triplet: 6E, 26 and 7F. RGB value is (110,38,127). Sum of RGB (Red+Green+Blue) = 110+38+127=275 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40% from 275); Green value is 38 (15.23% from 255 or 13.82% from 275); Blue value is 127 (50% from 255 or 46.18% from 275); Max value from RGB is 127 - color contains mainly: blue. Hex color #6E267F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E267F is #91D980. Grayscale: #454545. Windows color (decimal): -9558401 or 8332910. OLE color: 8332910.

HSL color Cylindrical-coordinate representation of color #6E267F: hue angle of 288.54º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6E267F is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11038127-
CMYK0.130.7000.50
HSL288.54º53.94%32.35%-
HSV(B)288.54º70.08%49.8%-
XYZ10.956.2320.7-
YUV69.67160.35156.76-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 40%
GREEN value IS 38 (15.23% from 255) = 13.82%
BLUE value IS 127 (50% from 255) = 46.18%
R=40%
G=13.82%
B=46.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal110381270.130.7000.50288.5453.9432.35
Hex6E267FD460321213620
Octal15646177151060624416640
Binary11011101001101111111110110001100110010100100001110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E267F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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