#6A3279

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

Shades of Eminence #6A3279

Tints of Eminence #6A3279

Color information

#6A3279 (or 0x6A3279) is unknown color: approx Eminence. HEX triplet: 6A, 32 and 79. RGB value is (106,50,121). Sum of RGB (Red+Green+Blue) = 106+50+121=277 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.27% from 277); Green value is 50 (19.92% from 255 or 18.05% from 277); Blue value is 121 (47.66% from 255 or 43.68% from 277); Max value from RGB is 121 - color contains mainly: blue. Hex color #6A3279 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3279 is #95CD86. Grayscale: #4A4A4A. Windows color (decimal): -9817479 or 7942762. OLE color: 7942762.

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

Color convert

RGB10650121-
CMYK0.120.5900.53
HSL287.32º41.52%33.53%-
HSV(B)287.32º58.68%47.45%-
XYZ10.546.7318.83-
YUV74.84154.05150.23-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.27%
GREEN value IS 50 (19.92% from 255) = 18.05%
BLUE value IS 121 (47.66% from 255) = 43.68%
R=38.27%
G=18.05%
B=43.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal106501210.120.5900.53287.3241.5233.53
Hex6A3279C3B03511f2a22
Octal1526217114730654375242
Binary1101010110010111100111001110110110101100011111101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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