#873D7D

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

Shades of Dark Purple #873D7D

Tints of Dark Purple #873D7D

Color information

#873D7D (or 0x873D7D) is unknown color: approx Dark Purple. HEX triplet: 87, 3D and 7D. RGB value is (135,61,125). Sum of RGB (Red+Green+Blue) = 135+61+125=321 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.06% from 321); Green value is 61 (24.22% from 255 or 19.00% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 135 - color contains mainly: red. Hex color #873D7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873D7D is #78C282. Grayscale: #5A5A5A. Windows color (decimal): -7914115 or 8207751. OLE color: 8207751.

HSL color Cylindrical-coordinate representation of color #873D7D: hue angle of 308.11º 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 #873D7D is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB13561125-
CMYK00.550.070.47
HSL308.11º37.76%38.43%-
HSV(B)308.11º54.81%52.94%-
XYZ15.369.9720.52-
YUV90.42147.52159.8-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.06%
GREEN value IS 61 (24.22% from 255) = 19.00%
BLUE value IS 125 (49.22% from 255) = 38.94%
R=42.06%
G=19.00%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356112500.550.070.47308.1137.7638.43
Hex873D7D03772F1342626
Octal207751750677574644646
Binary1000011111110111111010110111111101111100110100100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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