#6A3479

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

Shades of Eminence #6A3479

Tints of Eminence #6A3479

Color information

#6A3479 (or 0x6A3479) is unknown color: approx Eminence. HEX triplet: 6A, 34 and 79. RGB value is (106,52,121). Sum of RGB (Red+Green+Blue) = 106+52+121=279 (36% of max value = 765). Red value is 106 (41.80% from 255 or 37.99% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 121 (47.66% from 255 or 43.37% from 279); Max value from RGB is 121 - color contains mainly: blue. Hex color #6A3479 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3479 is #95CB86. Grayscale: #4B4B4B. Windows color (decimal): -9816967 or 7943274. OLE color: 7943274.

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

Color convert

RGB10652121-
CMYK0.120.5700.53
HSL286.96º39.88%33.92%-
HSV(B)286.96º57.02%47.45%-
XYZ10.626.918.86-
YUV76.01153.39149.39-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.99%
GREEN value IS 52 (20.70% from 255) = 18.64%
BLUE value IS 121 (47.66% from 255) = 43.37%
R=37.99%
G=18.64%
B=43.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal106521210.120.5700.53286.9639.8833.92
Hex6A3479C3903511f2822
Octal1526417114710654375042
Binary1101010110100111100111001110010110101100011111101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,52,121); }

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

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

 a { background-color: rgb(106,52,121); }

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

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

 span { border-color: rgb(106,52,121); }

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