#873970

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

Shades of Dark Purple #873970

Tints of Dark Purple #873970

Color information

#873970 (or 0x873970) is unknown color: approx Dark Purple. HEX triplet: 87, 39 and 70. RGB value is (135,57,112). Sum of RGB (Red+Green+Blue) = 135+57+112=304 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.41% from 304); Green value is 57 (22.66% from 255 or 18.75% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 135 - color contains mainly: red. Hex color #873970 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873970 is #78C68F. Grayscale: #565656. Windows color (decimal): -7915152 or 7354759. OLE color: 7354759.

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

Color convert

RGB13557112-
CMYK00.580.170.47
HSL317.69º40.63%37.65%-
HSV(B)317.69º57.78%52.94%-
XYZ14.389.2516.36-
YUV86.59142.34162.53-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.41%
GREEN value IS 57 (22.66% from 255) = 18.75%
BLUE value IS 112 (44.14% from 255) = 36.84%
R=44.41%
G=18.75%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355711200.580.170.47317.6940.6337.65
Hex87397003A112F13e2926
Octal2077116007221574765146
Binary100001111110011110000011101010001101111100111110101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873970; }

 p { color: rgb(135,57,112); }

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

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

 a { background-color: rgb(135,57,112); }

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

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

 span { border-color: rgb(135,57,112); }

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