#873282

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

Shades of Dark Purple #873282

Tints of Dark Purple #873282

Color information

#873282 (or 0x873282) is unknown color: approx Dark Purple. HEX triplet: 87, 32 and 82. RGB value is (135,50,130). Sum of RGB (Red+Green+Blue) = 135+50+130=315 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.86% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 135 - color contains mainly: red. Hex color #873282 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873282 is #78CD7D. Grayscale: #545454. Windows color (decimal): -7916926 or 8532615. OLE color: 8532615.

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

Color convert

RGB13550130-
CMYK00.630.040.47
HSL303.53º45.95%36.27%-
HSV(B)303.53º62.96%52.94%-
XYZ15.169.0422.07-
YUV84.54153.66164-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.86%
GREEN value IS 50 (19.92% from 255) = 15.87%
BLUE value IS 130 (51.17% from 255) = 41.27%
R=42.86%
G=15.87%
B=41.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355013000.630.040.47303.5345.9536.27
Hex87328203F42F1302e24
Octal207622020774574605644
Binary10000111110010100000100111111100101111100110000101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873282; }

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

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

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

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

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

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

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

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