Html Css Color HEX #80427C Eminence

📋 copy color: '#80427C'

red 128 ◦ green 66 ◦ blue 124

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

Shades of Eminence #80427C

Tints of Eminence #80427C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.75%

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

R = 40.25%
G = 20.75%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.03

 K value IS 0.50

RGB Variations

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

Color information

#80427C (or 0x80427C) is known color: Eminence. HEX triplet: 80, 42 and 7C. RGB value is (128,66,124). Sum of RGB (Red+Green+Blue) = 128+66+124=318 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.25% from 318); Green value is 66 (26.17% from 255 or 20.75% from 318); Blue value is 124 (48.83% from 255 or 38.99% from 318); Max value from RGB is 128 - color contains mainly: red. Hex color #80427C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80427C is #7FBD83. Grayscale: #5A5A5A. Windows color (decimal): -8371588 or 8143488. OLE color: 8143488.

HSL color Cylindrical-coordinate representation of color #80427C: hue angle of 303.87º degrees, saturation: 0.32, 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 #80427C is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 66 124 -
CMYK 0 0.48 0.03 0.50
HSL 303.87º 0.32% 0.38% -
HSV(B) 303.87º 0.48% 0.5% -
XYZ 14.49 9.94 20.22 -
YUV 91.15 146.54 154.28 -
System Red Green Blue C M Y K H S L
Decimal 128 66 124 0 0.48 0.03 0.50 303.87 0.32 0.38
Hex 80 42 7C 0 30 3 32 130 20 26
Octal 200 102 174 0 60 3 62 460 40 46
Binary 10000000 1000010 1111100 0 110000 11 110010 100110000 100000 100110

Color Harmonies of #80427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80427C

Black with #80427C

Text Example


Text Example

White with #80427C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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