#6A3374

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

Shades of Eminence #6A3374

Tints of Eminence #6A3374

Color information

#6A3374 (or 0x6A3374) is unknown color: approx Eminence. HEX triplet: 6A, 33 and 74. RGB value is (106,51,116). Sum of RGB (Red+Green+Blue) = 106+51+116=273 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.83% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 116 (45.70% from 255 or 42.49% from 273); Max value from RGB is 116 - color contains mainly: blue. Hex color #6A3374 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3374 is #95CC8B. Grayscale: #4A4A4A. Windows color (decimal): -9817228 or 7615338. OLE color: 7615338.

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

Color convert

RGB10651116-
CMYK0.090.5600.55
HSL290.77º38.92%32.75%-
HSV(B)290.77º56.03%45.49%-
XYZ10.286.6917.27-
YUV74.86151.22150.21-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.83%
GREEN value IS 51 (20.31% from 255) = 18.68%
BLUE value IS 116 (45.70% from 255) = 42.49%
R=38.83%
G=18.68%
B=42.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal106511160.090.5600.55290.7738.9232.75
Hex6A33749380371232721
Octal1526316411700674434741
Binary1101010110011111010010011110000110111100100011100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,51,116); }

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

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

 a { background-color: rgb(106,51,116); }

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

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

 span { border-color: rgb(106,51,116); }

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