#872965

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

Shades of Dark Purple #872965

Tints of Dark Purple #872965

Color information

#872965 (or 0x872965) is unknown color: approx Dark Purple. HEX triplet: 87, 29 and 65. RGB value is (135,41,101). Sum of RGB (Red+Green+Blue) = 135+41+101=277 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.74% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 135 - color contains mainly: red. Hex color #872965 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872965 is #78D69A. Grayscale: #4B4B4B. Windows color (decimal): -7919259 or 6629767. OLE color: 6629767.

HSL color Cylindrical-coordinate representation of color #872965: hue angle of 321.7º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #872965 is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB13541101-
CMYK00.700.250.47
HSL321.7º53.41%34.51%-
HSV(B)321.7º69.63%52.94%-
XYZ13.137.6813.1-
YUV75.95142.14170.12-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.74%
GREEN value IS 41 (16.41% from 255) = 14.80%
BLUE value IS 101 (39.84% from 255) = 36.46%
R=48.74%
G=14.80%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1354110100.700.250.47321.753.4134.51
Hex872965046192F1423523
Octal20751145010631575026543
Binary1000011110100111001010100011011001101111101000010110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872965; }

 p { color: rgb(135,41,101); }

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

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

 a { background-color: rgb(135,41,101); }

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

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

 span { border-color: rgb(135,41,101); }

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