Html Css Color HEX #873169 Dark Purple

📋 copy color: '#873169'

red 135 ◦ green 49 ◦ blue 105

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

Shades of Dark Purple #873169

Tints of Dark Purple #873169

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.96%

 BLUE value IS 105 (41.41% from 255) = 36.33%

R = 46.71%
G = 16.96%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#873169 (or 0x873169) is known color: Dark Purple. HEX triplet: 87, 31 and 69. RGB value is (135,49,105). Sum of RGB (Red+Green+Blue) = 135+49+105=289 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.71% from 289); Green value is 49 (19.53% from 255 or 16.96% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 135 - color contains mainly: red. Hex color #873169 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873169 is #78CE96. Grayscale: #505050. Windows color (decimal): -7917207 or 6893959. OLE color: 6893959.

HSL color Cylindrical-coordinate representation of color #873169: hue angle of 320.93º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #873169 is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 49 105 -
CMYK 0 0.64 0.22 0.47
HSL 320.93º 0.47% 0.36% -
HSV(B) 320.93º 0.64% 0.53% -
XYZ 13.64 8.37 14.26 -
YUV 81.1 141.49 166.45 -
System Red Green Blue C M Y K H S L
Decimal 135 49 105 0 0.64 0.22 0.47 320.93 0.47 0.36
Hex 87 31 69 0 40 16 2F 141 2F 24
Octal 207 61 151 0 100 26 57 501 57 44
Binary 10000111 110001 1101001 0 1000000 10110 101111 101000001 101111 100100

Color Harmonies of #873169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873169

Black with #873169

Text Example


Text Example

White with #873169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873169; }

 p { color: rgb(135,49,105); }

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

background-color css

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

 a { background-color: rgb(135,49,105); }

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

border-color css

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

 span { border-color: rgb(135,49,105); }

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