#873F7A

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

Shades of Dark Purple #873F7A

Tints of Dark Purple #873F7A

Color information

#873F7A (or 0x873F7A) is unknown color: approx Dark Purple. HEX triplet: 87, 3F and 7A. RGB value is (135,63,122). Sum of RGB (Red+Green+Blue) = 135+63+122=320 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.19% from 320); Green value is 63 (25% from 255 or 19.69% from 320); Blue value is 122 (48.05% from 255 or 38.12% from 320); Max value from RGB is 135 - color contains mainly: red. Hex color #873F7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873F7A is #78C085. Grayscale: #5B5B5B. Windows color (decimal): -7913606 or 8011655. OLE color: 8011655.

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

Color convert

RGB13563122-
CMYK00.530.100.47
HSL310.83º36.36%38.82%-
HSV(B)310.83º53.33%52.94%-
XYZ15.2810.1119.56-
YUV91.25145.35159.2-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.19%
GREEN value IS 63 (25% from 255) = 19.69%
BLUE value IS 122 (48.05% from 255) = 38.12%
R=42.19%
G=19.69%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356312200.530.100.47310.8336.3638.82
Hex873F7A035A2F1372427
Octal2077717206512574674447
Binary10000111111111111101001101011010101111100110111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,63,122); }

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

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

 a { background-color: rgb(135,63,122); }

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

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

 span { border-color: rgb(135,63,122); }

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