Html Css Color HEX #6D3A76 Eminence

📋 copy color: '#6D3A76'

red 109 ◦ green 58 ◦ blue 118

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

Shades of Eminence #6D3A76

Tints of Eminence #6D3A76

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.35%

 BLUE value IS 118 (46.48% from 255) = 41.4%

R = 38.25%
G = 20.35%
B = 41.4%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6D3A76 (or 0x6D3A76) is known color: Eminence. HEX triplet: 6D, 3A and 76. RGB value is (109,58,118). Sum of RGB (Red+Green+Blue) = 109+58+118=285 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.25% from 285); Green value is 58 (23.05% from 255 or 20.35% from 285); Blue value is 118 (46.48% from 255 or 41.40% from 285); Max value from RGB is 118 - color contains mainly: blue. Hex color #6D3A76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3A76 is #92C589. Grayscale: #4F4F4F. Windows color (decimal): -9618826 or 7748205. OLE color: 7748205.

HSL color Cylindrical-coordinate representation of color #6D3A76: hue angle of 291º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6D3A76 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 109 58 118 -
CMYK 0.08 0.51 0 0.54
HSL 291º 0.34% 0.35% -
HSV(B) 291º 0.51% 0.46% -
XYZ 11.09 7.59 18.02 -
YUV 80.09 149.4 148.62 -
System Red Green Blue C M Y K H S L
Decimal 109 58 118 0.08 0.51 0 0.54 291 0.34 0.35
Hex 6D 3A 76 8 33 0 36 123 22 23
Octal 155 72 166 10 63 0 66 443 42 43
Binary 1101101 111010 1110110 1000 110011 0 110110 100100011 100010 100011

Color Harmonies of #6D3A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3A76

Black with #6D3A76

Text Example


Text Example

White with #6D3A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,58,118); }

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

background-color css

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

 a { background-color: rgb(109,58,118); }

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

border-color css

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

 span { border-color: rgb(109,58,118); }

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