Html Css Color HEX #803C77 Eminence

📋 copy color: '#803C77'

red 128 ◦ green 60 ◦ blue 119

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

Shades of Eminence #803C77

Tints of Eminence #803C77

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.54%

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

R = 41.69%
G = 19.54%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.07

 K value IS 0.50

RGB Variations

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

Color information

#803C77 (or 0x803C77) is known color: Eminence. HEX triplet: 80, 3C and 77. RGB value is (128,60,119). Sum of RGB (Red+Green+Blue) = 128+60+119=307 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.69% from 307); Green value is 60 (23.83% from 255 or 19.54% from 307); Blue value is 119 (46.88% from 255 or 38.76% from 307); Max value from RGB is 128 - color contains mainly: red. Hex color #803C77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803C77 is #7FC388. Grayscale: #565656. Windows color (decimal): -8373129 or 7814272. OLE color: 7814272.

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

Color convert

RGB 128 60 119 -
CMYK 0 0.53 0.07 0.50
HSL 307.94º 0.36% 0.37% -
HSV(B) 307.94º 0.53% 0.5% -
XYZ 13.85 9.15 18.49 -
YUV 87.06 146.03 157.2 -
System Red Green Blue C M Y K H S L
Decimal 128 60 119 0 0.53 0.07 0.50 307.94 0.36 0.37
Hex 80 3C 77 0 35 7 32 134 24 25
Octal 200 74 167 0 65 7 62 464 44 45
Binary 10000000 111100 1110111 0 110101 111 110010 100110100 100100 100101

Color Harmonies of #803C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803C77

Black with #803C77

Text Example


Text Example

White with #803C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803C77; }

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

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

background-color css

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

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

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

border-color css

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

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

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