Html Css Color HEX #80437A Eminence

📋 copy color: '#80437A'

red 128 ◦ green 67 ◦ blue 122

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

Shades of Eminence #80437A

Tints of Eminence #80437A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.14%

 BLUE value IS 122 (48.05% from 255) = 38.49%

R = 40.38%
G = 21.14%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#80437A (or 0x80437A) is known color: Eminence. HEX triplet: 80, 43 and 7A. RGB value is (128,67,122). Sum of RGB (Red+Green+Blue) = 128+67+122=317 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.38% from 317); Green value is 67 (26.56% from 255 or 21.14% from 317); Blue value is 122 (48.05% from 255 or 38.49% from 317); Max value from RGB is 128 - color contains mainly: red. Hex color #80437A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80437A is #7FBC85. Grayscale: #5B5B5B. Windows color (decimal): -8371334 or 8012672. OLE color: 8012672.

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

Color convert

RGB 128 67 122 -
CMYK 0 0.48 0.05 0.50
HSL 305.9º 0.31% 0.38% -
HSV(B) 305.9º 0.48% 0.5% -
XYZ 14.42 10.01 19.58 -
YUV 91.51 145.21 154.03 -
System Red Green Blue C M Y K H S L
Decimal 128 67 122 0 0.48 0.05 0.50 305.9 0.31 0.38
Hex 80 43 7A 0 30 5 32 132 1F 26
Octal 200 103 172 0 60 5 62 462 37 46
Binary 10000000 1000011 1111010 0 110000 101 110010 100110010 11111 100110

Color Harmonies of #80437A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80437A

Black with #80437A

Text Example


Text Example

White with #80437A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #80437A;
 }
 .AnyTagClassName
 {
   color: #80437A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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