#6C2E78

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

Shades of Eminence #6C2E78

Tints of Eminence #6C2E78

Color information

#6C2E78 (or 0x6C2E78) is unknown color: approx Eminence. HEX triplet: 6C, 2E and 78. RGB value is (108,46,120). Sum of RGB (Red+Green+Blue) = 108+46+120=274 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.42% from 274); Green value is 46 (18.36% from 255 or 16.79% from 274); Blue value is 120 (47.27% from 255 or 43.80% from 274); Max value from RGB is 120 - color contains mainly: blue. Hex color #6C2E78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2E78 is #93D187. Grayscale: #484848. Windows color (decimal): -9687432 or 7876204. OLE color: 7876204.

HSL color Cylindrical-coordinate representation of color #6C2E78: hue angle of 290.27º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6C2E78 is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10846120-
CMYK0.100.6200.53
HSL290.27º44.58%32.55%-
HSV(B)290.27º61.67%47.06%-
XYZ10.556.518.47-
YUV72.97154.54152.98-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 39.42%
GREEN value IS 46 (18.36% from 255) = 16.79%
BLUE value IS 120 (47.27% from 255) = 43.80%
R=39.42%
G=16.79%
B=43.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal108461200.100.6200.53290.2744.5832.55
Hex6C2E78A3E0351222d21
Octal1545617012760654425541
Binary1101100101110111100010101111100110101100100010101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,46,120); }

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

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

 a { background-color: rgb(108,46,120); }

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

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

 span { border-color: rgb(108,46,120); }

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