#782F7E

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

Shades of Eminence #782F7E

Tints of Eminence #782F7E

Color information

#782F7E (or 0x782F7E) is unknown color: approx Eminence. HEX triplet: 78, 2F and 7E. RGB value is (120,47,126). Sum of RGB (Red+Green+Blue) = 120+47+126=293 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.96% from 293); Green value is 47 (18.75% from 255 or 16.04% from 293); Blue value is 126 (49.61% from 255 or 43.00% from 293); Max value from RGB is 126 - color contains mainly: blue. Hex color #782F7E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782F7E is #87D081. Grayscale: #4D4D4D. Windows color (decimal): -8900738 or 8269688. OLE color: 8269688.

HSL color Cylindrical-coordinate representation of color #782F7E: hue angle of 295.44º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #782F7E is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB12047126-
CMYK0.050.6300.51
HSL295.44º45.66%33.92%-
HSV(B)295.44º62.7%49.41%-
XYZ12.537.5320.53-
YUV77.83155.18158.08-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.96%
GREEN value IS 47 (18.75% from 255) = 16.04%
BLUE value IS 126 (49.61% from 255) = 43.00%
R=40.96%
G=16.04%
B=43.00%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal120471260.050.6300.51295.4445.6633.92
Hex782F7E53F0331272e22
Octal170571765770634475642
Binary111100010111111111101011111110110011100100111101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,47,126); }

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

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

 a { background-color: rgb(120,47,126); }

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

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

 span { border-color: rgb(120,47,126); }

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