#873675

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

Shades of Dark Purple #873675

Tints of Dark Purple #873675

Color information

#873675 (or 0x873675) is unknown color: approx Dark Purple. HEX triplet: 87, 36 and 75. RGB value is (135,54,117). Sum of RGB (Red+Green+Blue) = 135+54+117=306 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.12% from 306); Green value is 54 (21.48% from 255 or 17.65% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 135 - color contains mainly: red. Hex color #873675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873675 is #78C98A. Grayscale: #555555. Windows color (decimal): -7915915 or 7681671. OLE color: 7681671.

HSL color Cylindrical-coordinate representation of color #873675: hue angle of 313.33º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #873675 is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB13554117-
CMYK00.600.130.47
HSL313.33º42.86%37.06%-
HSV(B)313.33º60%52.94%-
XYZ14.529.0717.82-
YUV85.4145.84163.38-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.12%
GREEN value IS 54 (21.48% from 255) = 17.65%
BLUE value IS 117 (46.09% from 255) = 38.24%
R=44.12%
G=17.65%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355411700.600.130.47313.3342.8637.06
Hex87367503CD2F1392b25
Octal2076616507415574715345
Binary10000111110110111010101111001101101111100111001101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873675; }

 p { color: rgb(135,54,117); }

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

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

 a { background-color: rgb(135,54,117); }

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

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

 span { border-color: rgb(135,54,117); }

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