#783A72

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

Shades of Eminence #783A72

Tints of Eminence #783A72

Color information

#783A72 (or 0x783A72) is unknown color: approx Eminence. HEX triplet: 78, 3A and 72. RGB value is (120,58,114). Sum of RGB (Red+Green+Blue) = 120+58+114=292 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.10% from 292); Green value is 58 (23.05% from 255 or 19.86% from 292); Blue value is 114 (44.92% from 255 or 39.04% from 292); Max value from RGB is 120 - color contains mainly: red. Hex color #783A72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783A72 is #87C58D. Grayscale: #525252. Windows color (decimal): -8897934 or 7486072. OLE color: 7486072.

HSL color Cylindrical-coordinate representation of color #783A72: hue angle of 305.81º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #783A72 is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB12058114-
CMYK00.520.050.53
HSL305.81º34.83%34.9%-
HSV(B)305.81º51.67%47.06%-
XYZ12.38.2316.86-
YUV82.92145.54154.45-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.10%
GREEN value IS 58 (23.05% from 255) = 19.86%
BLUE value IS 114 (44.92% from 255) = 39.04%
R=41.10%
G=19.86%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1205811400.520.050.53305.8134.8334.9
Hex783A720345351322323
Octal170721620645654624343
Binary111100011101011100100110100101110101100110010100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783A72; }

 p { color: rgb(120,58,114); }

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

<style>
 a { background-color: #783A72; }

 a { background-color: rgb(120,58,114); }

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

<style>
 span { border-color: #783A72; }

 span { border-color: rgb(120,58,114); }

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