Html Css Color HEX #80427B Eminence

📋 copy color: '#80427B'

red 128 ◦ green 66 ◦ blue 123

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

Shades of Eminence #80427B

Tints of Eminence #80427B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 38.8%

R = 40.38%
G = 20.82%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.04

 K value IS 0.50

RGB Variations

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

Color information

#80427B (or 0x80427B) is known color: Eminence. HEX triplet: 80, 42 and 7B. RGB value is (128,66,123). Sum of RGB (Red+Green+Blue) = 128+66+123=317 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.38% from 317); Green value is 66 (26.17% from 255 or 20.82% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 128 - color contains mainly: red. Hex color #80427B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80427B is #7FBD84. Grayscale: #5A5A5A. Windows color (decimal): -8371589 or 8077952. OLE color: 8077952.

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

Color convert

RGB 128 66 123 -
CMYK 0 0.48 0.04 0.50
HSL 304.84º 0.32% 0.38% -
HSV(B) 304.84º 0.48% 0.5% -
XYZ 14.43 9.92 19.89 -
YUV 91.04 146.04 154.37 -
System Red Green Blue C M Y K H S L
Decimal 128 66 123 0 0.48 0.04 0.50 304.84 0.32 0.38
Hex 80 42 7B 0 30 4 32 131 20 26
Octal 200 102 173 0 60 4 62 461 40 46
Binary 10000000 1000010 1111011 0 110000 100 110010 100110001 100000 100110

Color Harmonies of #80427B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80427B

Black with #80427B

Text Example


Text Example

White with #80427B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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