#6E3382

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

Shades of Eminence #6E3382

Tints of Eminence #6E3382

Color information

#6E3382 (or 0x6E3382) is unknown color: approx Eminence. HEX triplet: 6E, 33 and 82. RGB value is (110,51,130). Sum of RGB (Red+Green+Blue) = 110+51+130=291 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.80% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 130 (51.17% from 255 or 44.67% from 291); Max value from RGB is 130 - color contains mainly: blue. Hex color #6E3382 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E3382 is #91CC7D. Grayscale: #4D4D4D. Windows color (decimal): -9555070 or 8532846. OLE color: 8532846.

HSL color Cylindrical-coordinate representation of color #6E3382: hue angle of 284.81º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6E3382 is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11051130-
CMYK0.150.6100.49
HSL284.81º43.65%35.49%-
HSV(B)284.81º60.77%50.98%-
XYZ11.647.2921.91-
YUV77.65157.55151.08-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.80%
GREEN value IS 51 (20.31% from 255) = 17.53%
BLUE value IS 130 (51.17% from 255) = 44.67%
R=37.80%
G=17.53%
B=44.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal110511300.150.6100.49284.8143.6535.49
Hex6E3382F3D03111d2c23
Octal1566320217750614355443
Binary11011101100111000001011111111010110001100011101101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,51,130); }

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

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

 a { background-color: rgb(110,51,130); }

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

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

 span { border-color: rgb(110,51,130); }

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