#782c7c

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

Shades of Eminence #782C7C

Tints of Eminence #782C7C

Color information

#782C7C (or 0x782C7C) is unknown color: approx Eminence. HEX triplet: 78, 2C and 7C. RGB value is (120,44,124). Sum of RGB (Red+Green+Blue) = 120+44+124=288 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.67% from 288); Green value is 44 (17.58% from 255 or 15.28% from 288); Blue value is 124 (48.83% from 255 or 43.06% from 288); Max value from RGB is 124 - color contains mainly: blue. Hex color #782C7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782C7C is #87D383. Grayscale: #4B4B4B. Windows color (decimal): -8901508 or 8137848. OLE color: 8137848.

HSL color Cylindrical-coordinate representation of color #782C7C: hue angle of 297º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #782C7C is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB12044124-
CMYK0.030.6500.51
HSL297º47.62%32.94%-
HSV(B)297º64.52%48.63%-
XYZ12.287.2519.82-
YUV75.84155.18159.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.67%
GREEN value IS 44 (17.58% from 255) = 15.28%
BLUE value IS 124 (48.83% from 255) = 43.06%
R=41.67%
G=15.28%
B=43.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal120441240.030.6500.5129747.6232.94
Hex782C7C3410331293021
Octal1705417431010634516041
Binary111100010110011111001110000010110011100101001110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782c7c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782c7c; }

 p { color: rgb(120,44,124); }

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

<style>
 a { background-color: #782c7c; }

 a { background-color: rgb(120,44,124); }

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

<style>
 span { border-color: #782c7c; }

 span { border-color: rgb(120,44,124); }

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