#6E3483

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

Shades of Eminence #6E3483

Tints of Eminence #6E3483

Color information

#6E3483 (or 0x6E3483) is unknown color: approx Eminence. HEX triplet: 6E, 34 and 83. RGB value is (110,52,131). Sum of RGB (Red+Green+Blue) = 110+52+131=293 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.54% from 293); Green value is 52 (20.70% from 255 or 17.75% from 293); Blue value is 131 (51.56% from 255 or 44.71% from 293); Max value from RGB is 131 - color contains mainly: blue. Hex color #6E3483 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E3483 is #91CB7C. Grayscale: #4E4E4E. Windows color (decimal): -9554813 or 8598638. OLE color: 8598638.

HSL color Cylindrical-coordinate representation of color #6E3483: hue angle of 284.05º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6E3483 is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11052131-
CMYK0.160.6000.49
HSL284.05º43.17%35.88%-
HSV(B)284.05º60.31%51.37%-
XYZ11.767.4122.28-
YUV78.35157.72150.58-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.54%
GREEN value IS 52 (20.70% from 255) = 17.75%
BLUE value IS 131 (51.56% from 255) = 44.71%
R=37.54%
G=17.75%
B=44.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal110521310.160.6000.49284.0543.1735.88
Hex6E3483103C03111c2b24
Octal1566420320740614345344
Binary110111011010010000011100001111000110001100011100101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,52,131); }

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

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

 a { background-color: rgb(110,52,131); }

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

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

 span { border-color: rgb(110,52,131); }

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