#873270

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

Shades of Dark Purple #873270

Tints of Dark Purple #873270

Color information

#873270 (or 0x873270) is unknown color: approx Dark Purple. HEX triplet: 87, 32 and 70. RGB value is (135,50,112). Sum of RGB (Red+Green+Blue) = 135+50+112=297 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.45% from 297); Green value is 50 (19.92% from 255 or 16.84% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 135 - color contains mainly: red. Hex color #873270 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873270 is #78CD8F. Grayscale: #525252. Windows color (decimal): -7916944 or 7352967. OLE color: 7352967.

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

Color convert

RGB13550112-
CMYK00.630.170.47
HSL316.24º45.95%36.27%-
HSV(B)316.24º62.96%52.94%-
XYZ14.068.616.25-
YUV82.48144.66165.46-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.45%
GREEN value IS 50 (19.92% from 255) = 16.84%
BLUE value IS 112 (44.14% from 255) = 37.71%
R=45.45%
G=16.84%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355011200.630.170.47316.2445.9536.27
Hex87327003F112F13c2e24
Octal2076216007721574745644
Binary100001111100101110000011111110001101111100111100101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873270; }

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

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

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

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

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

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

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

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