#6A317E

Color #6A317E Eminence (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eminence #6A317E

Tints of Eminence #6A317E

Color information

#6A317E (or 0x6A317E) is unknown color: approx Eminence. HEX triplet: 6A, 31 and 7E. RGB value is (106,49,126). Sum of RGB (Red+Green+Blue) = 106+49+126=281 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.72% from 281); Green value is 49 (19.53% from 255 or 17.44% from 281); Blue value is 126 (49.61% from 255 or 44.84% from 281); Max value from RGB is 126 - color contains mainly: blue. Hex color #6A317E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A317E is #95CE81. Grayscale: #4A4A4A. Windows color (decimal): -9817730 or 8270186. OLE color: 8270186.

HSL color Cylindrical-coordinate representation of color #6A317E: hue angle of 284.42º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6A317E is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10649126-
CMYK0.160.6100.51
HSL284.42º44%34.31%-
HSV(B)284.42º61.11%49.41%-
XYZ10.816.7720.48-
YUV74.82156.88150.24-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.72%
GREEN value IS 49 (19.53% from 255) = 17.44%
BLUE value IS 126 (49.61% from 255) = 44.84%
R=37.72%
G=17.44%
B=44.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal106491260.160.6100.51284.424434.31
Hex6A317E103D03311c2c22
Octal1526117620750634345442
Binary11010101100011111110100001111010110011100011100101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A317E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6A317E;
 }
 .AnyTagClassName
 {
   color: #6A317E;
 }
</style>
background-color css

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

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

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

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

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

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