Html Css Color HEX #6D3180 Eminence

📋 copy color: '#6D3180'

red 109 ◦ green 49 ◦ blue 128

#6D3180
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eminence #6D3180

Tints of Eminence #6D3180

RGB

 RED value IS 109 (42.97% from 255) = 38.11%

 GREEN value IS 49 (19.53% from 255) = 17.13%

 BLUE value IS 128 (50.39% from 255) = 44.76%

R = 38.11%
G = 17.13%
B = 44.76%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#6D3180 (or 0x6D3180) is known color: Eminence. HEX triplet: 6D, 31 and 80. RGB value is (109,49,128). Sum of RGB (Red+Green+Blue) = 109+49+128=286 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.11% from 286); Green value is 49 (19.53% from 255 or 17.13% from 286); Blue value is 128 (50.39% from 255 or 44.76% from 286); Max value from RGB is 128 - color contains mainly: blue. Hex color #6D3180 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3180 is #92CE7F. Grayscale: #4B4B4B. Windows color (decimal): -9621120 or 8401261. OLE color: 8401261.

HSL color Cylindrical-coordinate representation of color #6D3180: hue angle of 285.57º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6D3180 is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 109 49 128 -
CMYK 0.15 0.62 0 0.50
HSL 285.57º 0.45% 0.35% -
HSV(B) 285.57º 0.62% 0.5% -
XYZ 11.3 7.01 21.18 -
YUV 75.95 157.38 151.58 -
System Red Green Blue C M Y K H S L
Decimal 109 49 128 0.15 0.62 0 0.50 285.57 0.45 0.35
Hex 6D 31 80 F 3E 0 32 11E 2D 23
Octal 155 61 200 17 76 0 62 436 55 43
Binary 1101101 110001 10000000 1111 111110 0 110010 100011110 101101 100011

Color Harmonies of #6D3180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3180

Black with #6D3180

Text Example


Text Example

White with #6D3180

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,49,128); }

 H1.HeaderClassName
 {
   color: #6D3180;
 }
 .AnyTagClassName
 {
   color: #6D3180;
 }
</style>

background-color css

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

 a { background-color: rgb(109,49,128); }

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

border-color css

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

 span { border-color: rgb(109,49,128); }

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