#6C3479

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

Shades of Eminence #6C3479

Tints of Eminence #6C3479

Color information

#6C3479 (or 0x6C3479) is unknown color: approx Eminence. HEX triplet: 6C, 34 and 79. RGB value is (108,52,121). Sum of RGB (Red+Green+Blue) = 108+52+121=281 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.43% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 121 (47.66% from 255 or 43.06% from 281); Max value from RGB is 121 - color contains mainly: blue. Hex color #6C3479 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3479 is #93CB86. Grayscale: #4C4C4C. Windows color (decimal): -9685895 or 7943276. OLE color: 7943276.

HSL color Cylindrical-coordinate representation of color #6C3479: hue angle of 288.7º 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 #6C3479 is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10852121-
CMYK0.110.5700.53
HSL288.7º39.88%33.92%-
HSV(B)288.7º57.02%47.45%-
XYZ10.867.0218.87-
YUV76.61153.05150.39-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 38.43%
GREEN value IS 52 (20.70% from 255) = 18.51%
BLUE value IS 121 (47.66% from 255) = 43.06%
R=38.43%
G=18.51%
B=43.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal108521210.110.5700.53288.739.8833.92
Hex6C3479B390351212822
Octal1546417113710654415042
Binary1101100110100111100110111110010110101100100001101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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