#80367A

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

Shades of Eminence #80367A

Tints of Eminence #80367A

Color information

#80367A (or 0x80367A) is unknown color: approx Eminence. HEX triplet: 80, 36 and 7A. RGB value is (128,54,122). Sum of RGB (Red+Green+Blue) = 128+54+122=304 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.11% from 304); Green value is 54 (21.48% from 255 or 17.76% from 304); Blue value is 122 (48.05% from 255 or 40.13% from 304); Max value from RGB is 128 - color contains mainly: red. Hex color #80367A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80367A is #7FC985. Grayscale: #535353. Windows color (decimal): -8374662 or 8009344. OLE color: 8009344.

HSL color Cylindrical-coordinate representation of color #80367A: hue angle of 304.86º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #80367A is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB12854122-
CMYK00.580.050.50
HSL304.86º40.66%35.69%-
HSV(B)304.86º57.81%50.2%-
XYZ13.738.6319.35-
YUV83.88149.52159.47-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.11%
GREEN value IS 54 (21.48% from 255) = 17.76%
BLUE value IS 122 (48.05% from 255) = 40.13%
R=42.11%
G=17.76%
B=40.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.05
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1285412200.580.050.50304.8640.6635.69
Hex80367A03A5321312924
Octal200661720725624615144
Binary1000000011011011110100111010101110010100110001101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80367A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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