#782D7F

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

Shades of Eminence #782D7F

Tints of Eminence #782D7F

Color information

#782D7F (or 0x782D7F) is unknown color: approx Eminence. HEX triplet: 78, 2D and 7F. RGB value is (120,45,127). Sum of RGB (Red+Green+Blue) = 120+45+127=292 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.10% from 292); Green value is 45 (17.97% from 255 or 15.41% from 292); Blue value is 127 (50% from 255 or 43.49% from 292); Max value from RGB is 127 - color contains mainly: blue. Hex color #782D7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782D7F is #87D280. Grayscale: #4C4C4C. Windows color (decimal): -8901249 or 8334712. OLE color: 8334712.

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

Color convert

RGB12045127-
CMYK0.060.6500.50
HSL294.88º47.67%33.73%-
HSV(B)294.88º64.57%49.8%-
XYZ12.517.420.85-
YUV76.77156.35158.83-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.10%
GREEN value IS 45 (17.97% from 255) = 15.41%
BLUE value IS 127 (50% from 255) = 43.49%
R=41.10%
G=15.41%
B=43.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal120451270.060.6500.50294.8847.6733.73
Hex782D7F6410321273022
Octal1705517761010624476042
Binary1111000101101111111111010000010110010100100111110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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