Html Css Color HEX #80377E Eminence

📋 copy color: '#80377E'

red 128 ◦ green 55 ◦ blue 126

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

Shades of Eminence #80377E

Tints of Eminence #80377E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.8%

 BLUE value IS 126 (49.61% from 255) = 40.78%

R = 41.42%
G = 17.8%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#80377E (or 0x80377E) is known color: Eminence. HEX triplet: 80, 37 and 7E. RGB value is (128,55,126). Sum of RGB (Red+Green+Blue) = 128+55+126=309 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.42% from 309); Green value is 55 (21.88% from 255 or 17.80% from 309); Blue value is 126 (49.61% from 255 or 40.78% from 309); Max value from RGB is 128 - color contains mainly: red. Hex color #80377E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80377E is #7FC881. Grayscale: #545454. Windows color (decimal): -8374402 or 8271744. OLE color: 8271744.

HSL color Cylindrical-coordinate representation of color #80377E: hue angle of 301.64º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #80377E is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 55 126 -
CMYK 0 0.57 0.02 0.50
HSL 301.64º 0.4% 0.36% -
HSV(B) 301.64º 0.57% 0.5% -
XYZ 14.03 8.83 20.7 -
YUV 84.92 151.18 158.73 -
System Red Green Blue C M Y K H S L
Decimal 128 55 126 0 0.57 0.02 0.50 301.64 0.4 0.36
Hex 80 37 7E 0 39 2 32 12E 28 24
Octal 200 67 176 0 71 2 62 456 50 44
Binary 10000000 110111 1111110 0 111001 10 110010 100101110 101000 100100

Color Harmonies of #80377E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80377E

Black with #80377E

Text Example


Text Example

White with #80377E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80377E; }

 p { color: rgb(128,55,126); }

 H1.HeaderClassName
 {
   color: #80377E;
 }
 .AnyTagClassName
 {
   color: #80377E;
 }
</style>

background-color css

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

 a { background-color: rgb(128,55,126); }

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

border-color css

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

 span { border-color: rgb(128,55,126); }

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