#873D7B

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

Shades of Dark Purple #873D7B

Tints of Dark Purple #873D7B

Color information

#873D7B (or 0x873D7B) is unknown color: approx Dark Purple. HEX triplet: 87, 3D and 7B. RGB value is (135,61,123). Sum of RGB (Red+Green+Blue) = 135+61+123=319 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.32% from 319); Green value is 61 (24.22% from 255 or 19.12% from 319); Blue value is 123 (48.44% from 255 or 38.56% from 319); Max value from RGB is 135 - color contains mainly: red. Hex color #873D7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873D7B is #78C284. Grayscale: #5A5A5A. Windows color (decimal): -7914117 or 8076679. OLE color: 8076679.

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

Color convert

RGB13561123-
CMYK00.550.090.47
HSL309.73º37.76%38.43%-
HSV(B)309.73º54.81%52.94%-
XYZ15.249.9219.85-
YUV90.19146.52159.96-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.32%
GREEN value IS 61 (24.22% from 255) = 19.12%
BLUE value IS 123 (48.44% from 255) = 38.56%
R=42.32%
G=19.12%
B=38.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356112300.550.090.47309.7337.7638.43
Hex873D7B03792F1362626
Octal2077517306711574664646
Binary10000111111101111101101101111001101111100110110100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,61,123); }

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

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

 a { background-color: rgb(135,61,123); }

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

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

 span { border-color: rgb(135,61,123); }

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