#803B7C

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

Shades of Eminence #803B7C

Tints of Eminence #803B7C

Color information

#803B7C (or 0x803B7C) is unknown color: approx Eminence. HEX triplet: 80, 3B and 7C. RGB value is (128,59,124). Sum of RGB (Red+Green+Blue) = 128+59+124=311 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.16% from 311); Green value is 59 (23.44% from 255 or 18.97% from 311); Blue value is 124 (48.83% from 255 or 39.87% from 311); Max value from RGB is 128 - color contains mainly: red. Hex color #803B7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803B7C is #7FC483. Grayscale: #565656. Windows color (decimal): -8373380 or 8141696. OLE color: 8141696.

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

Color convert

RGB12859124-
CMYK00.540.030.50
HSL303.48º36.9%36.67%-
HSV(B)303.48º53.91%50.2%-
XYZ14.19.1720.1-
YUV87.04148.86157.21-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.16%
GREEN value IS 59 (23.44% from 255) = 18.97%
BLUE value IS 124 (48.83% from 255) = 39.87%
R=41.16%
G=18.97%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.03
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1285912400.540.030.50303.4836.936.67
Hex803B7C03633212f2525
Octal200731740663624574545
Binary100000001110111111100011011011110010100101111100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,59,124); }

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

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

 a { background-color: rgb(128,59,124); }

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

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

 span { border-color: rgb(128,59,124); }

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