#80427A

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

Shades of Eminence #80427A

Tints of Eminence #80427A

Color information

#80427A (or 0x80427A) is unknown color: approx Eminence. HEX triplet: 80, 42 and 7A. RGB value is (128,66,122). Sum of RGB (Red+Green+Blue) = 128+66+122=316 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.51% from 316); Green value is 66 (26.17% from 255 or 20.89% from 316); Blue value is 122 (48.05% from 255 or 38.61% from 316); Max value from RGB is 128 - color contains mainly: red. Hex color #80427A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80427A is #7FBD85. Grayscale: #5A5A5A. Windows color (decimal): -8371590 or 8012416. OLE color: 8012416.

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

Color convert

RGB12866122-
CMYK00.480.050.50
HSL305.81º31.96%38.04%-
HSV(B)305.81º48.44%50.2%-
XYZ14.369.8919.56-
YUV90.92145.54154.45-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.51%
GREEN value IS 66 (26.17% from 255) = 20.89%
BLUE value IS 122 (48.05% from 255) = 38.61%
R=40.51%
G=20.89%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.05
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1286612200.480.050.50305.8131.9638.04
Hex80427A0305321322026
Octal2001021720605624624046
Binary10000000100001011110100110000101110010100110010100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80427A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80427A; }

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

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

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

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

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

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

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

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