Html Css Color HEX #80407C Eminence

📋 copy color: '#80407C'

red 128 ◦ green 64 ◦ blue 124

#80407C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eminence #80407C

Tints of Eminence #80407C

RGB

 RED value IS 128 (50.39% from 255) = 40.51%

 GREEN value IS 64 (25.39% from 255) = 20.25%

 BLUE value IS 124 (48.83% from 255) = 39.24%

R = 40.51%
G = 20.25%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.03

 K value IS 0.50

RGB Variations

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

Color information

#80407C (or 0x80407C) is known color: Eminence. HEX triplet: 80, 40 and 7C. RGB value is (128,64,124). Sum of RGB (Red+Green+Blue) = 128+64+124=316 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.51% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 128 - color contains mainly: red. Hex color #80407C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80407C is #7FBF83. Grayscale: #595959. Windows color (decimal): -8372100 or 8142976. OLE color: 8142976.

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

Color convert

RGB 128 64 124 -
CMYK 0 0.5 0.03 0.50
HSL 303.75º 0.33% 0.38% -
HSV(B) 303.75º 0.5% 0.5% -
XYZ 14.37 9.71 20.19 -
YUV 89.98 147.2 155.12 -
System Red Green Blue C M Y K H S L
Decimal 128 64 124 0 0.5 0.03 0.50 303.75 0.33 0.38
Hex 80 40 7C 0 32 3 32 130 21 26
Octal 200 100 174 0 62 3 62 460 41 46
Binary 10000000 1000000 1111100 0 110010 11 110010 100110000 100001 100110

Color Harmonies of #80407C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80407C

Black with #80407C

Text Example


Text Example

White with #80407C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80407C; }

 p { color: rgb(128,64,124); }

 H1.HeaderClassName
 {
   color: #80407C;
 }
 .AnyTagClassName
 {
   color: #80407C;
 }
</style>

background-color css

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

 a { background-color: rgb(128,64,124); }

 div.DivClassName
 {
   background-color: #80407C;
 }
 .BgClassName
 {
   background-color: #80407C;
 }
</style>

border-color css

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

 span { border-color: rgb(128,64,124); }

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