#6A377A

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

Shades of Eminence #6A377A

Tints of Eminence #6A377A

Color information

#6A377A (or 0x6A377A) is unknown color: approx Eminence. HEX triplet: 6A, 37 and 7A. RGB value is (106,55,122). Sum of RGB (Red+Green+Blue) = 106+55+122=283 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.46% from 283); Green value is 55 (21.88% from 255 or 19.43% from 283); Blue value is 122 (48.05% from 255 or 43.11% from 283); Max value from RGB is 122 - color contains mainly: blue. Hex color #6A377A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A377A is #95C885. Grayscale: #4D4D4D. Windows color (decimal): -9816198 or 8009578. OLE color: 8009578.

HSL color Cylindrical-coordinate representation of color #6A377A: hue angle of 285.67º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A377A is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10655122-
CMYK0.130.5500.52
HSL285.67º37.85%34.71%-
HSV(B)285.67º54.92%47.84%-
XYZ10.827.219.23-
YUV77.89152.9148.05-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.46%
GREEN value IS 55 (21.88% from 255) = 19.43%
BLUE value IS 122 (48.05% from 255) = 43.11%
R=37.46%
G=19.43%
B=43.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal106551220.130.5500.52285.6737.8534.71
Hex6A377AD3703411e2623
Octal1526717215670644364643
Binary1101010110111111101011011101110110100100011110100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A377A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,55,122); }

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

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

 a { background-color: rgb(106,55,122); }

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

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

 span { border-color: rgb(106,55,122); }

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