#782A7F

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

Shades of Eminence #782A7F

Tints of Eminence #782A7F

Color information

#782A7F (or 0x782A7F) is unknown color: approx Eminence. HEX triplet: 78, 2A and 7F. RGB value is (120,42,127). Sum of RGB (Red+Green+Blue) = 120+42+127=289 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.52% from 289); Green value is 42 (16.80% from 255 or 14.53% from 289); Blue value is 127 (50% from 255 or 43.94% from 289); Max value from RGB is 127 - color contains mainly: blue. Hex color #782A7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782A7F is #87D580. Grayscale: #4A4A4A. Windows color (decimal): -8902017 or 8333944. OLE color: 8333944.

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

Color convert

RGB12042127-
CMYK0.060.6700.50
HSL295.06º50.3%33.14%-
HSV(B)295.06º66.93%49.8%-
XYZ12.47.1820.81-
YUV75.01157.34160.09-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.52%
GREEN value IS 42 (16.80% from 255) = 14.53%
BLUE value IS 127 (50% from 255) = 43.94%
R=41.52%
G=14.53%
B=43.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal120421270.060.6700.50295.0650.333.14
Hex782A7F6430321273221
Octal1705217761030624476241
Binary1111000101010111111111010000110110010100100111110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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