#782E7F

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

Shades of Eminence #782E7F

Tints of Eminence #782E7F

Color information

#782E7F (or 0x782E7F) is unknown color: approx Eminence. HEX triplet: 78, 2E and 7F. RGB value is (120,46,127). Sum of RGB (Red+Green+Blue) = 120+46+127=293 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.96% from 293); Green value is 46 (18.36% from 255 or 15.70% from 293); Blue value is 127 (50% from 255 or 43.34% from 293); Max value from RGB is 127 - color contains mainly: blue. Hex color #782E7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782E7F is #87D180. Grayscale: #4D4D4D. Windows color (decimal): -8900993 or 8334968. OLE color: 8334968.

HSL color Cylindrical-coordinate representation of color #782E7F: hue angle of 294.81º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #782E7F is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB12046127-
CMYK0.060.6400.50
HSL294.81º46.82%33.92%-
HSV(B)294.81º63.78%49.8%-
XYZ12.557.4820.86-
YUV77.36156.02158.41-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.96%
GREEN value IS 46 (18.36% from 255) = 15.70%
BLUE value IS 127 (50% from 255) = 43.34%
R=40.96%
G=15.70%
B=43.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal120461270.060.6400.50294.8146.8233.92
Hex782E7F6400321272f22
Octal1705617761000624475742
Binary1111000101110111111111010000000110010100100111101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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