#804277

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

Shades of Eminence #804277

Tints of Eminence #804277

Color information

#804277 (or 0x804277) is unknown color: approx Eminence. HEX triplet: 80, 42 and 77. RGB value is (128,66,119). Sum of RGB (Red+Green+Blue) = 128+66+119=313 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.89% from 313); Green value is 66 (26.17% from 255 or 21.09% from 313); Blue value is 119 (46.88% from 255 or 38.02% from 313); Max value from RGB is 128 - color contains mainly: red. Hex color #804277 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804277 is #7FBD88. Grayscale: #5A5A5A. Windows color (decimal): -8371593 or 7815808. OLE color: 7815808.

HSL color Cylindrical-coordinate representation of color #804277: hue angle of 308.71º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #804277 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.50.

Color convert

RGB12866119-
CMYK00.480.070.50
HSL308.71º31.96%38.04%-
HSV(B)308.71º48.44%50.2%-
XYZ14.189.8218.6-
YUV90.58144.04154.69-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.89%
GREEN value IS 66 (26.17% from 255) = 21.09%
BLUE value IS 119 (46.88% from 255) = 38.02%
R=40.89%
G=21.09%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1286611900.480.070.50308.7131.9638.04
Hex8042770307321352026
Octal2001021670607624654046
Binary10000000100001011101110110000111110010100110101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804277; }

 p { color: rgb(128,66,119); }

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

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

 a { background-color: rgb(128,66,119); }

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

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

 span { border-color: rgb(128,66,119); }

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