#803A7A

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

Shades of Eminence #803A7A

Tints of Eminence #803A7A

Color information

#803A7A (or 0x803A7A) is unknown color: approx Eminence. HEX triplet: 80, 3A and 7A. RGB value is (128,58,122). Sum of RGB (Red+Green+Blue) = 128+58+122=308 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.56% from 308); Green value is 58 (23.05% from 255 or 18.83% from 308); Blue value is 122 (48.05% from 255 or 39.61% from 308); Max value from RGB is 128 - color contains mainly: red. Hex color #803A7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803A7A is #7FC585. Grayscale: #565656. Windows color (decimal): -8373638 or 8010368. OLE color: 8010368.

HSL color Cylindrical-coordinate representation of color #803A7A: hue angle of 305.14º 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 #803A7A is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB12858122-
CMYK00.550.050.50
HSL305.14º37.63%36.47%-
HSV(B)305.14º54.69%50.2%-
XYZ13.939.0219.42-
YUV86.23148.19157.8-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.56%
GREEN value IS 58 (23.05% from 255) = 18.83%
BLUE value IS 122 (48.05% from 255) = 39.61%
R=41.56%
G=18.83%
B=39.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.05
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1285812200.550.050.50305.1437.6336.47
Hex803A7A0375321312624
Octal200721720675624614644
Binary1000000011101011110100110111101110010100110001100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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