#6D3083

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

Shades of Eminence #6D3083

Tints of Eminence #6D3083

Color information

#6D3083 (or 0x6D3083) is unknown color: approx Eminence. HEX triplet: 6D, 30 and 83. RGB value is (109,48,131). Sum of RGB (Red+Green+Blue) = 109+48+131=288 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.85% from 288); Green value is 48 (19.14% from 255 or 16.67% from 288); Blue value is 131 (51.56% from 255 or 45.49% from 288); Max value from RGB is 131 - color contains mainly: blue. Hex color #6D3083 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3083 is #92CF7C. Grayscale: #4B4B4B. Windows color (decimal): -9621373 or 8597613. OLE color: 8597613.

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

Color convert

RGB10948131-
CMYK0.170.6300.49
HSL284.1º46.37%35.1%-
HSV(B)284.1º63.36%51.37%-
XYZ11.46722.22-
YUV75.7159.21151.75-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.85%
GREEN value IS 48 (19.14% from 255) = 16.67%
BLUE value IS 131 (51.56% from 255) = 45.49%
R=37.85%
G=16.67%
B=45.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal109481310.170.6300.49284.146.3735.1
Hex6D3083113F03111c2e23
Octal1556020321770614345643
Binary110110111000010000011100011111110110001100011100101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,48,131); }

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

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

 a { background-color: rgb(109,48,131); }

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

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

 span { border-color: rgb(109,48,131); }

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