Html Css Color HEX #6A3176 Eminence

📋 copy color: '#6A3176'

red 106 ◦ green 49 ◦ blue 118

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

Shades of Eminence #6A3176

Tints of Eminence #6A3176

RGB

 RED value IS 106 (41.8% from 255) = 38.83%

 GREEN value IS 49 (19.53% from 255) = 17.95%

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

R = 38.83%
G = 17.95%
B = 43.22%

CMYK

 C value IS 0.10

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6A3176 (or 0x6A3176) is known color: Eminence. HEX triplet: 6A, 31 and 76. RGB value is (106,49,118). Sum of RGB (Red+Green+Blue) = 106+49+118=273 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.83% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 118 (46.48% from 255 or 43.22% from 273); Max value from RGB is 118 - color contains mainly: blue. Hex color #6A3176 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3176 is #95CE89. Grayscale: #494949. Windows color (decimal): -9817738 or 7745898. OLE color: 7745898.

HSL color Cylindrical-coordinate representation of color #6A3176: hue angle of 289.57º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6A3176 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 106 49 118 -
CMYK 0.10 0.58 0 0.54
HSL 289.57º 0.41% 0.33% -
HSV(B) 289.57º 0.58% 0.46% -
XYZ 10.31 6.57 17.86 -
YUV 73.91 152.88 150.89 -
System Red Green Blue C M Y K H S L
Decimal 106 49 118 0.10 0.58 0 0.54 289.57 0.41 0.33
Hex 6A 31 76 A 3A 0 36 122 29 21
Octal 152 61 166 12 72 0 66 442 51 41
Binary 1101010 110001 1110110 1010 111010 0 110110 100100010 101001 100001

Color Harmonies of #6A3176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3176

Black with #6A3176

Text Example


Text Example

White with #6A3176

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,49,118); }

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

background-color css

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

 a { background-color: rgb(106,49,118); }

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

border-color css

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

 span { border-color: rgb(106,49,118); }

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