#6e3871

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

Shades of Eminence #6E3871

Tints of Eminence #6E3871

Color information

#6E3871 (or 0x6E3871) is unknown color: approx Eminence. HEX triplet: 6E, 38 and 71. RGB value is (110,56,113). Sum of RGB (Red+Green+Blue) = 110+56+113=279 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.43% from 279); Green value is 56 (22.27% from 255 or 20.07% from 279); Blue value is 113 (44.53% from 255 or 40.50% from 279); Max value from RGB is 113 - color contains mainly: blue. Hex color #6E3871 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3871 is #91C78E. Grayscale: #4E4E4E. Windows color (decimal): -9553807 or 7420014. OLE color: 7420014.

HSL color Cylindrical-coordinate representation of color #6E3871: hue angle of 296.84º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E3871 is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB11056113-
CMYK0.030.5000.56
HSL296.84º33.73%33.14%-
HSV(B)296.84º50.44%44.31%-
XYZ10.837.3416.47-
YUV78.64147.39150.37-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 39.43%
GREEN value IS 56 (22.27% from 255) = 20.07%
BLUE value IS 113 (44.53% from 255) = 40.50%
R=39.43%
G=20.07%
B=40.50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal110561130.030.5000.56296.8433.7333.14
Hex6E38713320381292221
Octal156701613620704514241
Binary11011101110001110001111100100111000100101001100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6e3871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,56,113); }

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

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

 a { background-color: rgb(110,56,113); }

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

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

 span { border-color: rgb(110,56,113); }

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