#873175

Color #873175 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #873175

Tints of Dark Purple #873175

Color information

#873175 (or 0x873175) is unknown color: approx Dark Purple. HEX triplet: 87, 31 and 75. RGB value is (135,49,117). Sum of RGB (Red+Green+Blue) = 135+49+117=301 (39% of max value = 765). Red value is 135 (53.12% from 255 or 44.85% from 301); Green value is 49 (19.53% from 255 or 16.28% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 135 - color contains mainly: red. Hex color #873175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873175 is #78CE8A. Grayscale: #525252. Windows color (decimal): -7917195 or 7680391. OLE color: 7680391.

HSL color Cylindrical-coordinate representation of color #873175: hue angle of 312.56º 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 #873175 is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB13549117-
CMYK00.640.130.47
HSL312.56º46.74%36.08%-
HSV(B)312.56º63.7%52.94%-
XYZ14.38.6317.74-
YUV82.47147.49165.47-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.85%
GREEN value IS 49 (19.53% from 255) = 16.28%
BLUE value IS 117 (46.09% from 255) = 38.87%
R=44.85%
G=16.28%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1354911700.640.130.47312.5646.7436.08
Hex873175040D2F1392f24
Octal20761165010015574715744
Binary100001111100011110101010000001101101111100111001101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873175; }

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

 H1.HeaderClassName
 {
   color: #873175;
 }
 .AnyTagClassName
 {
   color: #873175;
 }
</style>
background-color css

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

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

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

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

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

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