Html Css Color HEX #873B73 Dark Purple

📋 copy color: '#873B73'

red 135 ◦ green 59 ◦ blue 115

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

Shades of Dark Purple #873B73

Tints of Dark Purple #873B73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 37.22%

R = 43.69%
G = 19.09%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#873B73 (or 0x873B73) is known color: Dark Purple. HEX triplet: 87, 3B and 73. RGB value is (135,59,115). Sum of RGB (Red+Green+Blue) = 135+59+115=309 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.69% from 309); Green value is 59 (23.44% from 255 or 19.09% from 309); Blue value is 115 (45.31% from 255 or 37.22% from 309); Max value from RGB is 135 - color contains mainly: red. Hex color #873B73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873B73 is #78C48C. Grayscale: #575757. Windows color (decimal): -7914637 or 7551879. OLE color: 7551879.

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

Color convert

RGB 135 59 115 -
CMYK 0 0.56 0.15 0.47
HSL 315.79º 0.39% 0.38% -
HSV(B) 315.79º 0.56% 0.53% -
XYZ 14.65 9.52 17.28 -
YUV 88.11 143.18 161.45 -
System Red Green Blue C M Y K H S L
Decimal 135 59 115 0 0.56 0.15 0.47 315.79 0.39 0.38
Hex 87 3B 73 0 38 F 2F 13C 27 26
Octal 207 73 163 0 70 17 57 474 47 46
Binary 10000111 111011 1110011 0 111000 1111 101111 100111100 100111 100110

Color Harmonies of #873B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873B73

Black with #873B73

Text Example


Text Example

White with #873B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,59,115); }

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

background-color css

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

 a { background-color: rgb(135,59,115); }

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

border-color css

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

 span { border-color: rgb(135,59,115); }

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