#803C7A

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

Shades of Eminence #803C7A

Tints of Eminence #803C7A

Color information

#803C7A (or 0x803C7A) is unknown color: approx Eminence. HEX triplet: 80, 3C and 7A. RGB value is (128,60,122). Sum of RGB (Red+Green+Blue) = 128+60+122=310 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.29% from 310); Green value is 60 (23.83% from 255 or 19.35% from 310); Blue value is 122 (48.05% from 255 or 39.35% from 310); Max value from RGB is 128 - color contains mainly: red. Hex color #803C7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803C7A is #7FC385. Grayscale: #575757. Windows color (decimal): -8373126 or 8010880. OLE color: 8010880.

HSL color Cylindrical-coordinate representation of color #803C7A: hue angle of 305.29º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #803C7A is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB12860122-
CMYK00.530.050.50
HSL305.29º36.17%36.86%-
HSV(B)305.29º53.12%50.2%-
XYZ14.039.2319.45-
YUV87.4147.53156.96-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.29%
GREEN value IS 60 (23.83% from 255) = 19.35%
BLUE value IS 122 (48.05% from 255) = 39.35%
R=41.29%
G=19.35%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.05
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1286012200.530.050.50305.2936.1736.86
Hex803C7A0355321312425
Octal200741720655624614445
Binary1000000011110011110100110101101110010100110001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803C7A; }

 p { color: rgb(128,60,122); }

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

<style>
 a { background-color: #803C7A; }

 a { background-color: rgb(128,60,122); }

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

<style>
 span { border-color: #803C7A; }

 span { border-color: rgb(128,60,122); }

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