Html Css Color HEX #6D4872 Eminence

📋 copy color: '#6D4872'

red 109 ◦ green 72 ◦ blue 114

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

Shades of Eminence #6D4872

Tints of Eminence #6D4872

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.41%

 BLUE value IS 114 (44.92% from 255) = 38.64%

R = 36.95%
G = 24.41%
B = 38.64%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6D4872 (or 0x6D4872) is known color: Eminence. HEX triplet: 6D, 48 and 72. RGB value is (109,72,114). Sum of RGB (Red+Green+Blue) = 109+72+114=295 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.95% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 114 - color contains mainly: blue. Hex color #6D4872 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4872 is #92B78D. Grayscale: #575757. Windows color (decimal): -9615246 or 7489645. OLE color: 7489645.

HSL color Cylindrical-coordinate representation of color #6D4872: hue angle of 292.86º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6D4872 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 109 72 114 -
CMYK 0.04 0.37 0 0.55
HSL 292.86º 0.23% 0.36% -
HSV(B) 292.86º 0.37% 0.45% -
XYZ 11.66 9.1 17.06 -
YUV 87.85 142.76 143.08 -
System Red Green Blue C M Y K H S L
Decimal 109 72 114 0.04 0.37 0 0.55 292.86 0.23 0.36
Hex 6D 48 72 4 25 0 37 125 17 24
Octal 155 110 162 4 45 0 67 445 27 44
Binary 1101101 1001000 1110010 100 100101 0 110111 100100101 10111 100100

Color Harmonies of #6D4872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4872

Black with #6D4872

Text Example


Text Example

White with #6D4872

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,72,114); }

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

background-color css

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

 a { background-color: rgb(109,72,114); }

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

border-color css

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

 span { border-color: rgb(109,72,114); }

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