#873381

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

Shades of Dark Purple #873381

Tints of Dark Purple #873381

Color information

#873381 (or 0x873381) is unknown color: approx Dark Purple. HEX triplet: 87, 33 and 81. RGB value is (135,51,129). Sum of RGB (Red+Green+Blue) = 135+51+129=315 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.86% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 129 (50.78% from 255 or 40.95% from 315); Max value from RGB is 135 - color contains mainly: red. Hex color #873381 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873381 is #78CC7E. Grayscale: #545454. Windows color (decimal): -7916671 or 8467335. OLE color: 8467335.

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

Color convert

RGB13551129-
CMYK00.620.040.47
HSL304.29º45.16%36.47%-
HSV(B)304.29º62.22%52.94%-
XYZ15.149.121.73-
YUV85.01152.83163.66-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.86%
GREEN value IS 51 (20.31% from 255) = 16.19%
BLUE value IS 129 (50.78% from 255) = 40.95%
R=42.86%
G=16.19%
B=40.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355112900.620.040.47304.2945.1636.47
Hex87338103E42F1302d24
Octal207632010764574605544
Binary10000111110011100000010111110100101111100110000101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873381; }

 p { color: rgb(135,51,129); }

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

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

 a { background-color: rgb(135,51,129); }

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

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

 span { border-color: rgb(135,51,129); }

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