#6D3382

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

Shades of Eminence #6D3382

Tints of Eminence #6D3382

Color information

#6D3382 (or 0x6D3382) is unknown color: approx Eminence. HEX triplet: 6D, 33 and 82. RGB value is (109,51,130). Sum of RGB (Red+Green+Blue) = 109+51+130=290 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.59% from 290); Green value is 51 (20.31% from 255 or 17.59% from 290); Blue value is 130 (51.17% from 255 or 44.83% from 290); Max value from RGB is 130 - color contains mainly: blue. Hex color #6D3382 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3382 is #92CC7D. Grayscale: #4D4D4D. Windows color (decimal): -9620606 or 8532845. OLE color: 8532845.

HSL color Cylindrical-coordinate representation of color #6D3382: hue angle of 284.05º 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 #6D3382 is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10951130-
CMYK0.160.6100.49
HSL284.05º43.65%35.49%-
HSV(B)284.05º60.77%50.98%-
XYZ11.527.2321.91-
YUV77.35157.72150.58-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.59%
GREEN value IS 51 (20.31% from 255) = 17.59%
BLUE value IS 130 (51.17% from 255) = 44.83%
R=37.59%
G=17.59%
B=44.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal109511300.160.6100.49284.0543.6535.49
Hex6D3382103D03111c2c23
Octal1556320220750614345443
Binary110110111001110000010100001111010110001100011100101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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