#803D7D

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

Shades of Eminence #803D7D

Tints of Eminence #803D7D

Color information

#803D7D (or 0x803D7D) is unknown color: approx Eminence. HEX triplet: 80, 3D and 7D. RGB value is (128,61,125). Sum of RGB (Red+Green+Blue) = 128+61+125=314 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.76% from 314); Green value is 61 (24.22% from 255 or 19.43% from 314); Blue value is 125 (49.22% from 255 or 39.81% from 314); Max value from RGB is 128 - color contains mainly: red. Hex color #803D7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803D7D is #7FC282. Grayscale: #585858. Windows color (decimal): -8372867 or 8207744. OLE color: 8207744.

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

Color convert

RGB12861125-
CMYK00.520.020.50
HSL302.69º35.45%37.06%-
HSV(B)302.69º52.34%50.2%-
XYZ14.279.4120.47-
YUV88.33148.7156.3-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.76%
GREEN value IS 61 (24.22% from 255) = 19.43%
BLUE value IS 125 (49.22% from 255) = 39.81%
R=40.76%
G=19.43%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1286112500.520.020.50302.6935.4537.06
Hex803D7D03423212f2325
Octal200751750642624574345
Binary100000001111011111101011010010110010100101111100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,61,125); }

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

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

 a { background-color: rgb(128,61,125); }

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

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

 span { border-color: rgb(128,61,125); }

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