#873180

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

Shades of Dark Purple #873180

Tints of Dark Purple #873180

Color information

#873180 (or 0x873180) is unknown color: approx Dark Purple. HEX triplet: 87, 31 and 80. RGB value is (135,49,128). Sum of RGB (Red+Green+Blue) = 135+49+128=312 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.27% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 128 (50.39% from 255 or 41.03% from 312); Max value from RGB is 135 - color contains mainly: red. Hex color #873180 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873180 is #78CE7F. Grayscale: #535353. Windows color (decimal): -7917184 or 8401287. OLE color: 8401287.

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

Color convert

RGB13549128-
CMYK00.640.050.47
HSL304.88º46.74%36.08%-
HSV(B)304.88º63.7%52.94%-
XYZ14.998.9121.35-
YUV83.72152.99164.58-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.27%
GREEN value IS 49 (19.53% from 255) = 15.71%
BLUE value IS 128 (50.39% from 255) = 41.03%
R=43.27%
G=15.71%
B=41.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1354912800.640.050.47304.8846.7436.08
Hex87318004052F1312f24
Octal2076120001005574615744
Binary100001111100011000000001000000101101111100110001101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873180; }

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

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

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

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

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

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

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

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