#863271

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

Shades of Dark Purple #863271

Tints of Dark Purple #863271

Color information

#863271 (or 0x863271) is unknown color: approx Dark Purple. HEX triplet: 86, 32 and 71. RGB value is (134,50,113). Sum of RGB (Red+Green+Blue) = 134+50+113=297 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.12% from 297); Green value is 50 (19.92% from 255 or 16.84% from 297); Blue value is 113 (44.53% from 255 or 38.05% from 297); Max value from RGB is 134 - color contains mainly: red. Hex color #863271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863271 is #79CD8E. Grayscale: #525252. Windows color (decimal): -7982479 or 7418502. OLE color: 7418502.

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

Color convert

RGB13450113-
CMYK00.630.160.47
HSL315º45.65%36.08%-
HSV(B)315º62.69%52.55%-
XYZ13.958.5416.54-
YUV82.3145.33164.88-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.12%
GREEN value IS 50 (19.92% from 255) = 16.84%
BLUE value IS 113 (44.53% from 255) = 38.05%
R=45.12%
G=16.84%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345011300.630.160.4731545.6536.08
Hex86327103F102F13b2e24
Octal2066216107720574735644
Binary100001101100101110001011111110000101111100111011101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863271; }

 p { color: rgb(134,50,113); }

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

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

 a { background-color: rgb(134,50,113); }

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

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

 span { border-color: rgb(134,50,113); }

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