#873978

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

Shades of Dark Purple #873978

Tints of Dark Purple #873978

Color information

#873978 (or 0x873978) is unknown color: approx Dark Purple. HEX triplet: 87, 39 and 78. RGB value is (135,57,120). Sum of RGB (Red+Green+Blue) = 135+57+120=312 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.27% from 312); Green value is 57 (22.66% from 255 or 18.27% from 312); Blue value is 120 (47.27% from 255 or 38.46% from 312); Max value from RGB is 135 - color contains mainly: red. Hex color #873978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873978 is #78C687. Grayscale: #575757. Windows color (decimal): -7915144 or 7879047. OLE color: 7879047.

HSL color Cylindrical-coordinate representation of color #873978: hue angle of 311.54º 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 #873978 is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB13557120-
CMYK00.580.110.47
HSL311.54º40.63%37.65%-
HSV(B)311.54º57.78%52.94%-
XYZ14.849.4318.81-
YUV87.5146.34161.88-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.27%
GREEN value IS 57 (22.66% from 255) = 18.27%
BLUE value IS 120 (47.27% from 255) = 38.46%
R=43.27%
G=18.27%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355712000.580.110.47311.5440.6337.65
Hex87397803AB2F1382926
Octal2077117007213574705146
Binary10000111111001111100001110101011101111100111000101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873978; }

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

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

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

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

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

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

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

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