#873080

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

Shades of Dark Purple #873080

Tints of Dark Purple #873080

Color information

#873080 (or 0x873080) is unknown color: approx Dark Purple. HEX triplet: 87, 30 and 80. RGB value is (135,48,128). Sum of RGB (Red+Green+Blue) = 135+48+128=311 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.41% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 128 (50.39% from 255 or 41.16% from 311); Max value from RGB is 135 - color contains mainly: red. Hex color #873080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873080 is #78CF7F. Grayscale: #525252. Windows color (decimal): -7917440 or 8401031. OLE color: 8401031.

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

Color convert

RGB13548128-
CMYK00.640.050.47
HSL304.83º47.54%35.88%-
HSV(B)304.83º64.44%52.94%-
XYZ14.948.8221.34-
YUV83.13153.32165-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.41%
GREEN value IS 48 (19.14% from 255) = 15.43%
BLUE value IS 128 (50.39% from 255) = 41.16%
R=43.41%
G=15.43%
B=41.16%

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
Decimal1354812800.640.050.47304.8347.5435.88
Hex87308004052F1313024
Octal2076020001005574616044
Binary100001111100001000000001000000101101111100110001110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873080; }

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

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

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

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

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

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

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

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