#873481

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

Shades of Dark Purple #873481

Tints of Dark Purple #873481

Color information

#873481 (or 0x873481) is unknown color: approx Dark Purple. HEX triplet: 87, 34 and 81. RGB value is (135,52,129). Sum of RGB (Red+Green+Blue) = 135+52+129=316 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.72% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 129 (50.78% from 255 or 40.82% from 316); Max value from RGB is 135 - color contains mainly: red. Hex color #873481 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873481 is #78CB7E. Grayscale: #555555. Windows color (decimal): -7916415 or 8467591. OLE color: 8467591.

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

Color convert

RGB13552129-
CMYK00.610.040.47
HSL304.34º44.39%36.67%-
HSV(B)304.34º61.48%52.94%-
XYZ15.189.1921.74-
YUV85.6152.5163.24-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.72%
GREEN value IS 52 (20.70% from 255) = 16.46%
BLUE value IS 129 (50.78% from 255) = 40.82%
R=42.72%
G=16.46%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355212900.610.040.47304.3444.3936.67
Hex87348103D42F1302c25
Octal207642010754574605445
Binary10000111110100100000010111101100101111100110000101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873481; }

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

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

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

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

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

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

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

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