Html Css Color HEX #6D3B74 Eminence

📋 copy color: '#6D3B74'

red 109 ◦ green 59 ◦ blue 116

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

Shades of Eminence #6D3B74

Tints of Eminence #6D3B74

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.77%

 BLUE value IS 116 (45.7% from 255) = 40.85%

R = 38.38%
G = 20.77%
B = 40.85%

CMYK

 C value IS 0.06

 M value IS 0.49

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6D3B74 (or 0x6D3B74) is known color: Eminence. HEX triplet: 6D, 3B and 74. RGB value is (109,59,116). Sum of RGB (Red+Green+Blue) = 109+59+116=284 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.38% from 284); Green value is 59 (23.44% from 255 or 20.77% from 284); Blue value is 116 (45.70% from 255 or 40.85% from 284); Max value from RGB is 116 - color contains mainly: blue. Hex color #6D3B74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3B74 is #92C48B. Grayscale: #505050. Windows color (decimal): -9618572 or 7617389. OLE color: 7617389.

HSL color Cylindrical-coordinate representation of color #6D3B74: hue angle of 292.63º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6D3B74 is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 109 59 116 -
CMYK 0.06 0.49 0 0.55
HSL 292.63º 0.33% 0.34% -
HSV(B) 292.63º 0.49% 0.45% -
XYZ 11.02 7.64 17.42 -
YUV 80.45 148.07 148.37 -
System Red Green Blue C M Y K H S L
Decimal 109 59 116 0.06 0.49 0 0.55 292.63 0.33 0.34
Hex 6D 3B 74 6 31 0 37 125 21 22
Octal 155 73 164 6 61 0 67 445 41 42
Binary 1101101 111011 1110100 110 110001 0 110111 100100101 100001 100010

Color Harmonies of #6D3B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3B74

Black with #6D3B74

Text Example


Text Example

White with #6D3B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,59,116); }

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

background-color css

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

 a { background-color: rgb(109,59,116); }

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

border-color css

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

 span { border-color: rgb(109,59,116); }

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