Html Css Color HEX #80417A Eminence

📋 copy color: '#80417A'

red 128 ◦ green 65 ◦ blue 122

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

Shades of Eminence #80417A

Tints of Eminence #80417A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.63%

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

R = 40.63%
G = 20.63%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#80417A (or 0x80417A) is known color: Eminence. HEX triplet: 80, 41 and 7A. RGB value is (128,65,122). Sum of RGB (Red+Green+Blue) = 128+65+122=315 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.63% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 122 (48.05% from 255 or 38.73% from 315); Max value from RGB is 128 - color contains mainly: red. Hex color #80417A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80417A is #7FBE85. Grayscale: #5A5A5A. Windows color (decimal): -8371846 or 8012160. OLE color: 8012160.

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

Color convert

RGB 128 65 122 -
CMYK 0 0.49 0.05 0.50
HSL 305.71º 0.33% 0.38% -
HSV(B) 305.71º 0.49% 0.5% -
XYZ 14.31 9.77 19.55 -
YUV 90.34 145.87 154.87 -
System Red Green Blue C M Y K H S L
Decimal 128 65 122 0 0.49 0.05 0.50 305.71 0.33 0.38
Hex 80 41 7A 0 31 5 32 132 21 26
Octal 200 101 172 0 61 5 62 462 41 46
Binary 10000000 1000001 1111010 0 110001 101 110010 100110010 100001 100110

Color Harmonies of #80417A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80417A

Black with #80417A

Text Example


Text Example

White with #80417A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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