#873279

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

Shades of Dark Purple #873279

Tints of Dark Purple #873279

Color information

#873279 (or 0x873279) is unknown color: approx Dark Purple. HEX triplet: 87, 32 and 79. RGB value is (135,50,121). Sum of RGB (Red+Green+Blue) = 135+50+121=306 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.12% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 121 (47.66% from 255 or 39.54% from 306); Max value from RGB is 135 - color contains mainly: red. Hex color #873279 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873279 is #78CD86. Grayscale: #535353. Windows color (decimal): -7916935 or 7942791. OLE color: 7942791.

HSL color Cylindrical-coordinate representation of color #873279: hue angle of 309.88º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #873279 is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB13550121-
CMYK00.630.100.47
HSL309.88º45.95%36.27%-
HSV(B)309.88º62.96%52.94%-
XYZ14.588.8119.02-
YUV83.51149.16164.73-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.12%
GREEN value IS 50 (19.92% from 255) = 16.34%
BLUE value IS 121 (47.66% from 255) = 39.54%
R=44.12%
G=16.34%
B=39.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355012100.630.100.47309.8845.9536.27
Hex87327903FA2F1362e24
Octal2076217107712574665644
Binary10000111110010111100101111111010101111100110110101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873279; }

 p { color: rgb(135,50,121); }

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

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

 a { background-color: rgb(135,50,121); }

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

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

 span { border-color: rgb(135,50,121); }

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