Html Css Color HEX #803B76 Eminence

📋 copy color: '#803B76'

red 128 ◦ green 59 ◦ blue 118

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

Shades of Eminence #803B76

Tints of Eminence #803B76

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.34%

 BLUE value IS 118 (46.48% from 255) = 38.69%

R = 41.97%
G = 19.34%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.08

 K value IS 0.50

RGB Variations

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

Color information

#803B76 (or 0x803B76) is known color: Eminence. HEX triplet: 80, 3B and 76. RGB value is (128,59,118). Sum of RGB (Red+Green+Blue) = 128+59+118=305 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.97% from 305); Green value is 59 (23.44% from 255 or 19.34% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 128 - color contains mainly: red. Hex color #803B76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803B76 is #7FC489. Grayscale: #565656. Windows color (decimal): -8373386 or 7748480. OLE color: 7748480.

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

Color convert

RGB 128 59 118 -
CMYK 0 0.54 0.08 0.50
HSL 308.7º 0.37% 0.37% -
HSV(B) 308.7º 0.54% 0.5% -
XYZ 13.74 9.03 18.16 -
YUV 86.36 145.86 157.7 -
System Red Green Blue C M Y K H S L
Decimal 128 59 118 0 0.54 0.08 0.50 308.7 0.37 0.37
Hex 80 3B 76 0 36 8 32 135 25 25
Octal 200 73 166 0 66 10 62 465 45 45
Binary 10000000 111011 1110110 0 110110 1000 110010 100110101 100101 100101

Color Harmonies of #803B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803B76

Black with #803B76

Text Example


Text Example

White with #803B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,59,118); }

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

background-color css

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

 a { background-color: rgb(128,59,118); }

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

border-color css

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

 span { border-color: rgb(128,59,118); }

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