#6E2D7A

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

Shades of Eminence #6E2D7A

Tints of Eminence #6E2D7A

Color information

#6E2D7A (or 0x6E2D7A) is unknown color: approx Eminence. HEX triplet: 6E, 2D and 7A. RGB value is (110,45,122). Sum of RGB (Red+Green+Blue) = 110+45+122=277 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.71% from 277); Green value is 45 (17.97% from 255 or 16.25% from 277); Blue value is 122 (48.05% from 255 or 44.04% from 277); Max value from RGB is 122 - color contains mainly: blue. Hex color #6E2D7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2D7A is #91D285. Grayscale: #484848. Windows color (decimal): -9556614 or 8007022. OLE color: 8007022.

HSL color Cylindrical-coordinate representation of color #6E2D7A: hue angle of 290.65º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6E2D7A is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11045122-
CMYK0.100.6300.52
HSL290.65º46.11%32.75%-
HSV(B)290.65º63.11%47.84%-
XYZ10.886.619.11-
YUV73.21155.53154.24-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 39.71%
GREEN value IS 45 (17.97% from 255) = 16.25%
BLUE value IS 122 (48.05% from 255) = 44.04%
R=39.71%
G=16.25%
B=44.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal110451220.100.6300.52290.6546.1132.75
Hex6E2D7AA3F0341232e21
Octal1565517212770644435641
Binary1101110101101111101010101111110110100100100011101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,45,122); }

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

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

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

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

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

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

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