Html Css Color HEX #873E77 Dark Purple

📋 copy color: '#873E77'

red 135 ◦ green 62 ◦ blue 119

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

Shades of Dark Purple #873E77

Tints of Dark Purple #873E77

RGB

 RED value IS 135 (53.13% from 255) = 42.72%

 GREEN value IS 62 (24.61% from 255) = 19.62%

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

R = 42.72%
G = 19.62%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#873E77 (or 0x873E77) is known color: Dark Purple. HEX triplet: 87, 3E and 77. RGB value is (135,62,119). Sum of RGB (Red+Green+Blue) = 135+62+119=316 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.72% from 316); Green value is 62 (24.61% from 255 or 19.62% from 316); Blue value is 119 (46.88% from 255 or 37.66% from 316); Max value from RGB is 135 - color contains mainly: red. Hex color #873E77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873E77 is #78C188. Grayscale: #5A5A5A. Windows color (decimal): -7913865 or 7814791. OLE color: 7814791.

HSL color Cylindrical-coordinate representation of color #873E77: hue angle of 313.15º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #873E77 is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 62 119 -
CMYK 0 0.54 0.12 0.47
HSL 313.15º 0.37% 0.39% -
HSV(B) 313.15º 0.54% 0.53% -
XYZ 15.04 9.93 18.58 -
YUV 90.33 144.18 159.87 -
System Red Green Blue C M Y K H S L
Decimal 135 62 119 0 0.54 0.12 0.47 313.15 0.37 0.39
Hex 87 3E 77 0 36 C 2F 139 25 27
Octal 207 76 167 0 66 14 57 471 45 47
Binary 10000111 111110 1110111 0 110110 1100 101111 100111001 100101 100111

Color Harmonies of #873E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873E77

Black with #873E77

Text Example


Text Example

White with #873E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873E77; }

 p { color: rgb(135,62,119); }

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

background-color css

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

 a { background-color: rgb(135,62,119); }

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

border-color css

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

 span { border-color: rgb(135,62,119); }

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