#6E4572

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

Shades of Eminence #6E4572

Tints of Eminence #6E4572

Color information

#6E4572 (or 0x6E4572) is unknown color: approx Eminence. HEX triplet: 6E, 45 and 72. RGB value is (110,69,114). Sum of RGB (Red+Green+Blue) = 110+69+114=293 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.54% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 114 (44.92% from 255 or 38.91% from 293); Max value from RGB is 114 - color contains mainly: blue. Hex color #6E4572 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E4572 is #91BA8D. Grayscale: #565656. Windows color (decimal): -9550478 or 7488878. OLE color: 7488878.

HSL color Cylindrical-coordinate representation of color #6E4572: hue angle of 294.67º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6E4572 is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11069114-
CMYK0.040.3900.55
HSL294.67º24.59%35.88%-
HSV(B)294.67º39.47%44.71%-
XYZ11.68.7917-
YUV86.39143.58144.84-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.54%
GREEN value IS 69 (27.34% from 255) = 23.55%
BLUE value IS 114 (44.92% from 255) = 38.91%
R=37.54%
G=23.55%
B=38.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal110691140.040.3900.55294.6724.5935.88
Hex6E45724270371271924
Octal1561051624470674473144
Binary110111010001011110010100100111011011110010011111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,69,114); }

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

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

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

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

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

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

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