Html Css Color HEX #803977 Eminence

📋 copy color: '#803977'

red 128 ◦ green 57 ◦ blue 119

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

Shades of Eminence #803977

Tints of Eminence #803977

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.75%

 BLUE value IS 119 (46.88% from 255) = 39.14%

R = 42.11%
G = 18.75%
B = 39.14%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.07

 K value IS 0.50

RGB Variations

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

Color information

#803977 (or 0x803977) is known color: Eminence. HEX triplet: 80, 39 and 77. RGB value is (128,57,119). Sum of RGB (Red+Green+Blue) = 128+57+119=304 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.11% from 304); Green value is 57 (22.66% from 255 or 18.75% from 304); Blue value is 119 (46.88% from 255 or 39.14% from 304); Max value from RGB is 128 - color contains mainly: red. Hex color #803977 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803977 is #7FC688. Grayscale: #555555. Windows color (decimal): -8373897 or 7813504. OLE color: 7813504.

HSL color Cylindrical-coordinate representation of color #803977: hue angle of 307.61º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #803977 is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 57 119 -
CMYK 0 0.55 0.07 0.50
HSL 307.61º 0.38% 0.36% -
HSV(B) 307.61º 0.55% 0.5% -
XYZ 13.69 8.85 18.44 -
YUV 85.3 147.02 158.46 -
System Red Green Blue C M Y K H S L
Decimal 128 57 119 0 0.55 0.07 0.50 307.61 0.38 0.36
Hex 80 39 77 0 37 7 32 134 26 24
Octal 200 71 167 0 67 7 62 464 46 44
Binary 10000000 111001 1110111 0 110111 111 110010 100110100 100110 100100

Color Harmonies of #803977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803977

Black with #803977

Text Example


Text Example

White with #803977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803977; }

 p { color: rgb(128,57,119); }

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

background-color css

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

 a { background-color: rgb(128,57,119); }

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

border-color css

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

 span { border-color: rgb(128,57,119); }

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