Html Css Color HEX #6D377D Eminence

📋 copy color: '#6D377D'

red 109 ◦ green 55 ◦ blue 125

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

Shades of Eminence #6D377D

Tints of Eminence #6D377D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.03%

 BLUE value IS 125 (49.22% from 255) = 43.25%

R = 37.72%
G = 19.03%
B = 43.25%

CMYK

 C value IS 0.13

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6D377D (or 0x6D377D) is known color: Eminence. HEX triplet: 6D, 37 and 7D. RGB value is (109,55,125). Sum of RGB (Red+Green+Blue) = 109+55+125=289 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.72% from 289); Green value is 55 (21.88% from 255 or 19.03% from 289); Blue value is 125 (49.22% from 255 or 43.25% from 289); Max value from RGB is 125 - color contains mainly: blue. Hex color #6D377D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D377D is #92C882. Grayscale: #4E4E4E. Windows color (decimal): -9619587 or 8206189. OLE color: 8206189.

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

Color convert

RGB 109 55 125 -
CMYK 0.13 0.56 0 0.51
HSL 286.29º 0.39% 0.35% -
HSV(B) 286.29º 0.56% 0.49% -
XYZ 11.37 7.46 20.24 -
YUV 79.13 153.89 149.31 -
System Red Green Blue C M Y K H S L
Decimal 109 55 125 0.13 0.56 0 0.51 286.29 0.39 0.35
Hex 6D 37 7D D 38 0 33 11E 27 23
Octal 155 67 175 15 70 0 63 436 47 43
Binary 1101101 110111 1111101 1101 111000 0 110011 100011110 100111 100011

Color Harmonies of #6D377D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D377D

Black with #6D377D

Text Example


Text Example

White with #6D377D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,55,125); }

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

background-color css

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

 a { background-color: rgb(109,55,125); }

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

border-color css

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

 span { border-color: rgb(109,55,125); }

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