Html Css Color HEX #6D4A72 Eminence

📋 copy color: '#6D4A72'

red 109 ◦ green 74 ◦ blue 114

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

Shades of Eminence #6D4A72

Tints of Eminence #6D4A72

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.92%

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

R = 36.7%
G = 24.92%
B = 38.38%

CMYK

 C value IS 0.04

 M value IS 0.35

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6D4A72 (or 0x6D4A72) is known color: Eminence. HEX triplet: 6D, 4A and 72. RGB value is (109,74,114). Sum of RGB (Red+Green+Blue) = 109+74+114=297 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.70% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 114 (44.92% from 255 or 38.38% from 297); Max value from RGB is 114 - color contains mainly: blue. Hex color #6D4A72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4A72 is #92B58D. Grayscale: #585858. Windows color (decimal): -9614734 or 7490157. OLE color: 7490157.

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

Color convert

RGB 109 74 114 -
CMYK 0.04 0.35 0 0.55
HSL 292.5º 0.21% 0.37% -
HSV(B) 292.5º 0.35% 0.45% -
XYZ 11.79 9.36 17.11 -
YUV 89.03 142.1 142.25 -
System Red Green Blue C M Y K H S L
Decimal 109 74 114 0.04 0.35 0 0.55 292.5 0.21 0.37
Hex 6D 4A 72 4 23 0 37 124 15 25
Octal 155 112 162 4 43 0 67 444 25 45
Binary 1101101 1001010 1110010 100 100011 0 110111 100100100 10101 100101

Color Harmonies of #6D4A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4A72

Black with #6D4A72

Text Example


Text Example

White with #6D4A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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