#803A7D

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

Shades of Eminence #803A7D

Tints of Eminence #803A7D

Color information

#803A7D (or 0x803A7D) is unknown color: approx Eminence. HEX triplet: 80, 3A and 7D. RGB value is (128,58,125). Sum of RGB (Red+Green+Blue) = 128+58+125=311 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.16% from 311); Green value is 58 (23.05% from 255 or 18.65% from 311); Blue value is 125 (49.22% from 255 or 40.19% from 311); Max value from RGB is 128 - color contains mainly: red. Hex color #803A7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803A7D is #7FC582. Grayscale: #565656. Windows color (decimal): -8373635 or 8206976. OLE color: 8206976.

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

Color convert

RGB12858125-
CMYK00.550.020.50
HSL302.57º37.63%36.47%-
HSV(B)302.57º54.69%50.2%-
XYZ14.129.120.41-
YUV86.57149.69157.55-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.16%
GREEN value IS 58 (23.05% from 255) = 18.65%
BLUE value IS 125 (49.22% from 255) = 40.19%
R=41.16%
G=18.65%
B=40.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1285812500.550.020.50302.5737.6336.47
Hex803A7D03723212f2624
Octal200721750672624574644
Binary100000001110101111101011011110110010100101111100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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