#6A3577

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

Shades of Eminence #6A3577

Tints of Eminence #6A3577

Color information

#6A3577 (or 0x6A3577) is unknown color: approx Eminence. HEX triplet: 6A, 35 and 77. RGB value is (106,53,119). Sum of RGB (Red+Green+Blue) = 106+53+119=278 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.13% from 278); Green value is 53 (21.09% from 255 or 19.06% from 278); Blue value is 119 (46.88% from 255 or 42.81% from 278); Max value from RGB is 119 - color contains mainly: blue. Hex color #6A3577 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3577 is #95CA88. Grayscale: #4C4C4C. Windows color (decimal): -9816713 or 7812458. OLE color: 7812458.

HSL color Cylindrical-coordinate representation of color #6A3577: hue angle of 288.18º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A3577 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10653119-
CMYK0.110.5500.53
HSL288.18º38.37%33.73%-
HSV(B)288.18º55.46%46.67%-
XYZ10.556.9418.24-
YUV76.37152.06149.13-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.13%
GREEN value IS 53 (21.09% from 255) = 19.06%
BLUE value IS 119 (46.88% from 255) = 42.81%
R=38.13%
G=19.06%
B=42.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal106531190.110.5500.53288.1838.3733.73
Hex6A3577B370351202622
Octal1526516713670654404642
Binary1101010110101111011110111101110110101100100000100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,53,119); }

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

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

 a { background-color: rgb(106,53,119); }

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

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

 span { border-color: rgb(106,53,119); }

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